#602976

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

Shades of Honey Flower #602976

Tints of Honey Flower #602976

Color information

#602976 (or 0x602976) is unknown color: approx Honey Flower. HEX triplet: 60, 29 and 76. RGB value is (96,41,118). Sum of RGB (Red+Green+Blue) = 96+41+118=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 41 (16.41% from 255 or 16.08% from 255); Blue value is 118 (46.48% from 255 or 46.27% from 255); Max value from RGB is 118 - color contains mainly: blue. Hex color #602976 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602976 is #9FD689. Grayscale: #414141. Windows color (decimal): -10475146 or 7743840. OLE color: 7743840.

HSL color Cylindrical-coordinate representation of color #602976: hue angle of 282.86º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #602976 is Cyan = 0.19, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9641118-
CMYK0.190.6500.54
HSL282.86º48.43%31.18%-
HSV(B)282.86º65.25%46.27%-
XYZ8.895.3817.71-
YUV66.22157.22149.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.65%
GREEN value IS 41 (16.41% from 255) = 16.08%
BLUE value IS 118 (46.48% from 255) = 46.27%
R=37.65%
G=16.08%
B=46.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96411180.190.6500.54282.8648.4331.18
Hex602976134103611b301f
Octal14051166231010664336037
Binary11000001010011110110100111000001011011010001101111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #602976; }

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

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

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

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

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

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

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

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