#62518c

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

Shades of Butterfly Bush #62518C

Tints of Butterfly Bush #62518C

Color information

#62518C (or 0x62518C) is unknown color: approx Butterfly Bush. HEX triplet: 62, 51 and 8C. RGB value is (98,81,140). Sum of RGB (Red+Green+Blue) = 98+81+140=319 (42% of max value = 765). Red value is 98 (38.67% from 255 or 30.72% from 319); Green value is 81 (32.03% from 255 or 25.39% from 319); Blue value is 140 (55.08% from 255 or 43.89% from 319); Max value from RGB is 140 - color contains mainly: blue. Hex color #62518C is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #62518C is #9DAE73. Grayscale: #5C5C5C. Windows color (decimal): -10333812 or 9195874. OLE color: 9195874.

HSL color Cylindrical-coordinate representation of color #62518C: hue angle of 257.29º degrees, saturation: 0.27, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #62518C is Cyan = 0.3, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9881140-
CMYK0.30.4200.45
HSL257.29º26.7%43.33%-
HSV(B)257.29º42.14%54.9%-
XYZ12.7110.3726.14-
YUV92.81154.63131.7-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 30.72%
GREEN value IS 81 (32.03% from 255) = 25.39%
BLUE value IS 140 (55.08% from 255) = 43.89%
R=30.72%
G=25.39%
B=43.89%

CMYK

C (Cyan) values IS 0.3
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal98811400.30.4200.45257.2926.743.33
Hex62518C1E2A02D1011b2b
Octal14212121436520554013353
Binary110001010100011000110011110101010010110110000000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #62518c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #62518c; }

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

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

<style>
 a { background-color: #62518c; }

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

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

<style>
 span { border-color: #62518c; }

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

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