#602E78

Color #602E78 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #602E78

Tints of Honey Flower #602E78

Color information

#602E78 (or 0x602E78) is unknown color: approx Honey Flower. HEX triplet: 60, 2E and 78. RGB value is (96,46,120). Sum of RGB (Red+Green+Blue) = 96+46+120=262 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.64% from 262); Green value is 46 (18.36% from 255 or 17.56% from 262); Blue value is 120 (47.27% from 255 or 45.80% from 262); Max value from RGB is 120 - color contains mainly: blue. Hex color #602E78 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E78 is #9FD187. Grayscale: #454545. Windows color (decimal): -10473864 or 7876192. OLE color: 7876192.

HSL color Cylindrical-coordinate representation of color #602E78: hue angle of 280.54º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #602E78 is Cyan = 0.2, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9646120-
CMYK0.20.6200.53
HSL280.54º44.58%32.55%-
HSV(B)280.54º61.67%47.06%-
XYZ9.195.818.4-
YUV69.39156.56146.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.64%
GREEN value IS 46 (18.36% from 255) = 17.56%
BLUE value IS 120 (47.27% from 255) = 45.80%
R=36.64%
G=17.56%
B=45.80%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96461200.20.6200.53280.5444.5832.55
Hex602E78143E0351192d21
Octal1405617024760654315541
Binary11000001011101111000101001111100110101100011001101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602E78; }

 p { color: rgb(96,46,120); }

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

<style>
 a { background-color: #602E78; }

 a { background-color: rgb(96,46,120); }

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

<style>
 span { border-color: #602E78; }

 span { border-color: rgb(96,46,120); }

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