#512C7F

Color #512C7F Kingfisher Daisy (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Kingfisher Daisy #512C7F

Tints of Kingfisher Daisy #512C7F

Color information

#512C7F (or 0x512C7F) is unknown color: approx Kingfisher Daisy. HEX triplet: 51, 2C and 7F. RGB value is (81,44,127). Sum of RGB (Red+Green+Blue) = 81+44+127=252 (33% of max value = 765). Red value is 81 (32.03% from 255 or 32.14% from 252); Green value is 44 (17.58% from 255 or 17.46% from 252); Blue value is 127 (50% from 255 or 50.40% from 252); Max value from RGB is 127 - color contains mainly: blue. Hex color #512C7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #512C7F is #AED380. Grayscale: #404040. Windows color (decimal): -11457409 or 8334417. OLE color: 8334417.

HSL color Cylindrical-coordinate representation of color #512C7F: hue angle of 266.75º degrees, saturation: 0.49, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #512C7F is Cyan = 0.36, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8144127-
CMYK0.360.6500.50
HSL266.75º48.54%33.53%-
HSV(B)266.75º65.35%49.8%-
XYZ8.125.0820.63-
YUV64.52163.26139.75-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 81 (32.03% from 255) = 32.14%
GREEN value IS 44 (17.58% from 255) = 17.46%
BLUE value IS 127 (50% from 255) = 50.40%
R=32.14%
G=17.46%
B=50.40%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81441270.360.6500.50266.7548.5433.53
Hex512C7F244103210b3122
Octal12154177441010624136142
Binary1010001101100111111110010010000010110010100001011110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512C7F; }

 p { color: rgb(81,44,127); }

 H1.HeaderClassName
 {
   color: #512C7F;
 }
 .AnyTagClassName
 {
   color: #512C7F;
 }
</style>
background-color css

<style>
 a { background-color: #512C7F; }

 a { background-color: rgb(81,44,127); }

 div.DivClassName
 {
   background-color: #512C7F;
 }
 .BgClassName
 {
   background-color: #512C7F;
 }
</style>
border-color css

<style>
 span { border-color: #512C7F; }

 span { border-color: rgb(81,44,127); }

 td.TdClassName
 {
   border-color: #512C7F;
 }
 .TagClassName
 {
   border-color: #512C7F;
 }
</style>