Html Css Color HEX #602976 Honey Flower

📋 copy color: '#602976'

red 96 ◦ green 41 ◦ blue 118

#602976
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Honey Flower #602976

Tints of Honey Flower #602976

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 value IS 0.19

 M value IS 0.65

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602976 (or 0x602976) is known color: 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

RGB 96 41 118 -
CMYK 0.19 0.65 0 0.54
HSL 282.86º 0.48% 0.31% -
HSV(B) 282.86º 0.65% 0.46% -
XYZ 8.89 5.38 17.71 -
YUV 66.22 157.22 149.24 -
System Red Green Blue C M Y K H S L
Decimal 96 41 118 0.19 0.65 0 0.54 282.86 0.48 0.31
Hex 60 29 76 13 41 0 36 11B 30 1F
Octal 140 51 166 23 101 0 66 433 60 37
Binary 1100000 101001 1110110 10011 1000001 0 110110 100011011 110000 11111

Color Harmonies of #602976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602976

Black with #602976

Text Example


Text Example

White with #602976

Text Example


Text Example

HTML Codes & Css Web 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>