#62317F

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

Shades of Kingfisher Daisy #62317F

Tints of Kingfisher Daisy #62317F

Color information

#62317F (or 0x62317F) is unknown color: approx Kingfisher Daisy. HEX triplet: 62, 31 and 7F. RGB value is (98,49,127). Sum of RGB (Red+Green+Blue) = 98+49+127=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 49 (19.53% from 255 or 17.88% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 127 - color contains mainly: blue. Hex color #62317F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #62317F is #9DCE80. Grayscale: #484848. Windows color (decimal): -10342017 or 8335714. OLE color: 8335714.

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

Color convert

RGB9849127-
CMYK0.230.6100.50
HSL277.69º44.32%34.51%-
HSV(B)277.69º61.42%49.8%-
XYZ9.976.3320.77-
YUV72.54158.73146.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 35.77%
GREEN value IS 49 (19.53% from 255) = 17.88%
BLUE value IS 127 (50% from 255) = 46.35%
R=35.77%
G=17.88%
B=46.35%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal98491270.230.6100.50277.6944.3234.51
Hex62317F173D0321162c23
Octal1426117727750624265443
Binary11000101100011111111101111111010110010100010110101100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62317F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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