#62247F

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

Shades of Kingfisher Daisy #62247F

Tints of Kingfisher Daisy #62247F

Color information

#62247F (or 0x62247F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 24 and 7F. RGB value is (98,36,127). Sum of RGB (Red+Green+Blue) = 98+36+127=261 (34% of max value = 765). Red value is 98 (38.67% from 255 or 37.55% from 261); Green value is 36 (14.45% from 255 or 13.79% from 261); Blue value is 127 (50% from 255 or 48.66% from 261); Max value from RGB is 127 - color contains mainly: blue. Hex color #62247F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62247F is #9DDB80. Grayscale: #404040. Windows color (decimal): -10345345 or 8332386. OLE color: 8332386.

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

Color convert

RGB9836127-
CMYK0.230.7200.50
HSL280.88º55.83%31.96%-
HSV(B)280.88º71.65%49.8%-
XYZ9.55.3920.62-
YUV64.91163.04151.6-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 37.55%
GREEN value IS 36 (14.45% from 255) = 13.79%
BLUE value IS 127 (50% from 255) = 48.66%
R=37.55%
G=13.79%
B=48.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98361270.230.7200.50280.8855.8331.96
Hex62247F17480321193820
Octal14244177271100624317040
Binary110001010010011111111011110010000110010100011001111000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62247F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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