#62519C

Color #62519C Butterfly Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Butterfly Bush #62519C

Tints of Butterfly Bush #62519C

Color information

#62519C (or 0x62519C) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 9C. RGB value is (98,81,156). Sum of RGB (Red+Green+Blue) = 98+81+156=335 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.25% from 335); Green value is 81 (32.03% from 255 or 24.18% from 335); Blue value is 156 (61.33% from 255 or 46.57% from 335); Max value from RGB is 156 - color contains mainly: blue. Hex color #62519C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62519C is #9DAE63. Grayscale: #5E5E5E. Windows color (decimal): -10333796 or 10244450. OLE color: 10244450.

HSL color Cylindrical-coordinate representation of color #62519C: hue angle of 253.6º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #62519C is Cyan = 0.37, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB9881156-
CMYK0.370.4800.39
HSL253.6º31.65%46.47%-
HSV(B)253.6º48.08%61.18%-
XYZ13.9810.8832.82-
YUV94.63162.63130.4-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.25%
GREEN value IS 81 (32.03% from 255) = 24.18%
BLUE value IS 156 (61.33% from 255) = 46.57%
R=29.25%
G=24.18%
B=46.57%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal98811560.370.4800.39253.631.6546.47
Hex62519C2530027fe202e
Octal14212123445600473764056
Binary1100010101000110011100100101110000010011111111110100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62519C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62519C; }

 p { color: rgb(98,81,156); }

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

<style>
 a { background-color: #62519C; }

 a { background-color: rgb(98,81,156); }

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

<style>
 span { border-color: #62519C; }

 span { border-color: rgb(98,81,156); }

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