Html Css Color HEX #602877 Honey Flower

📋 copy color: '#602877'

red 96 ◦ green 40 ◦ blue 119

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

Shades of Honey Flower #602877

Tints of Honey Flower #602877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 46.67%

R = 37.65%
G = 15.69%
B = 46.67%

CMYK

 C value IS 0.19

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602877 (or 0x602877) is known color: Honey Flower. HEX triplet: 60, 28 and 77. RGB value is (96,40,119). Sum of RGB (Red+Green+Blue) = 96+40+119=255 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.65% from 255); Green value is 40 (16.02% from 255 or 15.69% from 255); Blue value is 119 (46.88% from 255 or 46.67% from 255); Max value from RGB is 119 - color contains mainly: blue. Hex color #602877 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602877 is #9FD788. Grayscale: #414141. Windows color (decimal): -10475401 or 7809120. OLE color: 7809120.

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

Color convert

RGB 96 40 119 -
CMYK 0.19 0.66 0 0.53
HSL 282.53º 0.5% 0.31% -
HSV(B) 282.53º 0.66% 0.47% -
XYZ 8.91 5.34 18.01 -
YUV 65.75 158.05 149.58 -
System Red Green Blue C M Y K H S L
Decimal 96 40 119 0.19 0.66 0 0.53 282.53 0.5 0.31
Hex 60 28 77 13 42 0 35 11B 32 1F
Octal 140 50 167 23 102 0 65 433 62 37
Binary 1100000 101000 1110111 10011 1000010 0 110101 100011011 110010 11111

Color Harmonies of #602877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602877

Black with #602877

Text Example


Text Example

White with #602877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602877; }

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

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

background-color css

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

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

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

border-color css

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

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

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