Html Css Color HEX #602777 Honey Flower

📋 copy color: '#602777'

red 96 ◦ green 39 ◦ blue 119

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

Shades of Honey Flower #602777

Tints of Honey Flower #602777

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.35%

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

R = 37.8%
G = 15.35%
B = 46.85%

CMYK

 C value IS 0.19

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602777 (or 0x602777) is known color: Honey Flower. HEX triplet: 60, 27 and 77. RGB value is (96,39,119). Sum of RGB (Red+Green+Blue) = 96+39+119=254 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.80% from 254); Green value is 39 (15.62% from 255 or 15.35% from 254); Blue value is 119 (46.88% from 255 or 46.85% from 254); Max value from RGB is 119 - color contains mainly: blue. Hex color #602777 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602777 is #9FD888. Grayscale: #404040. Windows color (decimal): -10475657 or 7808864. OLE color: 7808864.

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

Color convert

RGB 96 39 119 -
CMYK 0.19 0.67 0 0.53
HSL 282.75º 0.51% 0.31% -
HSV(B) 282.75º 0.67% 0.47% -
XYZ 8.88 5.27 18 -
YUV 65.16 158.38 150 -
System Red Green Blue C M Y K H S L
Decimal 96 39 119 0.19 0.67 0 0.53 282.75 0.51 0.31
Hex 60 27 77 13 43 0 35 11B 33 1F
Octal 140 47 167 23 103 0 65 433 63 37
Binary 1100000 100111 1110111 10011 1000011 0 110101 100011011 110011 11111

Color Harmonies of #602777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602777

Black with #602777

Text Example


Text Example

White with #602777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602777; }

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

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

background-color css

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

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

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

border-color css

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

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

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