#62519A

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

Shades of Butterfly Bush #62519A

Tints of Butterfly Bush #62519A

Color information

#62519A (or 0x62519A) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 9A. RGB value is (98,81,154). Sum of RGB (Red+Green+Blue) = 98+81+154=333 (44% of max value = 765). Red value is 98 (38.67% from 255 or 29.43% from 333); Green value is 81 (32.03% from 255 or 24.32% from 333); Blue value is 154 (60.55% from 255 or 46.25% from 333); Max value from RGB is 154 - color contains mainly: blue. Hex color #62519A is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62519A is #9DAE65. Grayscale: #5E5E5E. Windows color (decimal): -10333798 or 10113378. OLE color: 10113378.

HSL color Cylindrical-coordinate representation of color #62519A: hue angle of 253.97º degrees, saturation: 0.31, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #62519A is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9881154-
CMYK0.360.4700.40
HSL253.97º31.06%46.08%-
HSV(B)253.97º47.4%60.39%-
XYZ13.8110.8131.93-
YUV94.4161.63130.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 29.43%
GREEN value IS 81 (32.03% from 255) = 24.32%
BLUE value IS 154 (60.55% from 255) = 46.25%
R=29.43%
G=24.32%
B=46.25%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal98811540.360.4700.40253.9731.0646.08
Hex62519A242F028fe1f2e
Octal14212123244570503763756
Binary110001010100011001101010010010111101010001111111011111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62519A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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