#602979

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

Shades of Honey Flower #602979

Tints of Honey Flower #602979

Color information

#602979 (or 0x602979) is unknown color: approx Honey Flower. HEX triplet: 60, 29 and 79. RGB value is (96,41,121). Sum of RGB (Red+Green+Blue) = 96+41+121=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 41 (16.41% from 255 or 15.89% from 258); Blue value is 121 (47.66% from 255 or 46.90% from 258); Max value from RGB is 121 - color contains mainly: blue. Hex color #602979 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602979 is #9FD686. Grayscale: #424242. Windows color (decimal): -10475143 or 7940448. OLE color: 7940448.

HSL color Cylindrical-coordinate representation of color #602979: hue angle of 281.25º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #602979 is Cyan = 0.21, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9641121-
CMYK0.210.6600.53
HSL281.25º49.38%31.76%-
HSV(B)281.25º66.12%47.45%-
XYZ9.075.4518.66-
YUV66.56158.72149-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 41 (16.41% from 255) = 15.89%
BLUE value IS 121 (47.66% from 255) = 46.90%
R=37.21%
G=15.89%
B=46.90%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96411210.210.6600.53281.2549.3831.76
Hex60297915420351193120
Octal14051171251020654316140
Binary110000010100111110011010110000100110101100011001110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602979; }

 p { color: rgb(96,41,121); }

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

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

 a { background-color: rgb(96,41,121); }

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

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

 span { border-color: rgb(96,41,121); }

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