#62207F

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

Shades of Kingfisher Daisy #62207F

Tints of Kingfisher Daisy #62207F

Color information

#62207F (or 0x62207F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 20 and 7F. RGB value is (98,32,127). Sum of RGB (Red+Green+Blue) = 98+32+127=257 (34% of max value = 765). Red value is 98 (38.67% from 255 or 38.13% from 257); Green value is 32 (12.89% from 255 or 12.45% from 257); Blue value is 127 (50% from 255 or 49.42% from 257); Max value from RGB is 127 - color contains mainly: blue. Hex color #62207F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62207F is #9DDF80. Grayscale: #3E3E3E. Windows color (decimal): -10346369 or 8331362. OLE color: 8331362.

HSL color Cylindrical-coordinate representation of color #62207F: hue angle of 281.68º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #62207F is Cyan = 0.23, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB9832127-
CMYK0.230.7500.50
HSL281.68º59.75%31.18%-
HSV(B)281.68º74.8%49.8%-
XYZ9.385.1620.58-
YUV62.56164.37153.28-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 38.13%
GREEN value IS 32 (12.89% from 255) = 12.45%
BLUE value IS 127 (50% from 255) = 49.42%
R=38.13%
G=12.45%
B=49.42%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98321270.230.7500.50281.6859.7531.18
Hex62207F174B03211a3c1f
Octal14240177271130624327437
Binary11000101000001111111101111001011011001010001101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62207F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62207F; }

 p { color: rgb(98,32,127); }

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

<style>
 a { background-color: #62207F; }

 a { background-color: rgb(98,32,127); }

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

<style>
 span { border-color: #62207F; }

 span { border-color: rgb(98,32,127); }

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