Html Css Color HEX #602876 Honey Flower

📋 copy color: '#602876'

red 96 ◦ green 40 ◦ blue 118

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

Shades of Honey Flower #602876

Tints of Honey Flower #602876

RGB

 RED value IS 96 (37.89% from 255) = 37.8%

 GREEN value IS 40 (16.02% from 255) = 15.75%

 BLUE value IS 118 (46.48% from 255) = 46.46%

R = 37.8%
G = 15.75%
B = 46.46%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#602876 (or 0x602876) is known color: Honey Flower. HEX triplet: 60, 28 and 76. RGB value is (96,40,118). Sum of RGB (Red+Green+Blue) = 96+40+118=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 40 (16.02% from 255 or 15.75% from 254); Blue value is 118 (46.48% from 255 or 46.46% from 254); Max value from RGB is 118 - color contains mainly: blue. Hex color #602876 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602876 is #9FD789. Grayscale: #414141. Windows color (decimal): -10475402 or 7743584. OLE color: 7743584.

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

Color convert

RGB 96 40 118 -
CMYK 0.19 0.66 0 0.54
HSL 283.08º 0.49% 0.31% -
HSV(B) 283.08º 0.66% 0.46% -
XYZ 8.85 5.31 17.7 -
YUV 65.64 157.55 149.66 -
System Red Green Blue C M Y K H S L
Decimal 96 40 118 0.19 0.66 0 0.54 283.08 0.49 0.31
Hex 60 28 76 13 42 0 36 11B 31 1F
Octal 140 50 166 23 102 0 66 433 61 37
Binary 1100000 101000 1110110 10011 1000010 0 110110 100011011 110001 11111

Color Harmonies of #602876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602876

Black with #602876

Text Example


Text Example

White with #602876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602876; }

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

 H1.HeaderClassName
 {
   color: #602876;
 }
 .AnyTagClassName
 {
   color: #602876;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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