Html Css Color HEX #602878 Honey Flower

📋 copy color: '#602878'

red 96 ◦ green 40 ◦ blue 120

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

Shades of Honey Flower #602878

Tints of Honey Flower #602878

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 46.88%

R = 37.5%
G = 15.63%
B = 46.88%

CMYK

 C value IS 0.2

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602878 (or 0x602878) is known color: Honey Flower. HEX triplet: 60, 28 and 78. RGB value is (96,40,120). Sum of RGB (Red+Green+Blue) = 96+40+120=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 40 (16.02% from 255 or 15.62% from 256); Blue value is 120 (47.27% from 255 or 46.88% from 256); Max value from RGB is 120 - color contains mainly: blue. Hex color #602878 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602878 is #9FD787. Grayscale: #414141. Windows color (decimal): -10475400 or 7874656. OLE color: 7874656.

HSL color Cylindrical-coordinate representation of color #602878: hue angle of 282º degrees, saturation: 0.5, 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 #602878 is Cyan = 0.2, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 96 40 120 -
CMYK 0.2 0.67 0 0.53
HSL 282º 0.5% 0.31% -
HSV(B) 282º 0.67% 0.47% -
XYZ 8.97 5.36 18.33 -
YUV 65.86 158.55 149.5 -
System Red Green Blue C M Y K H S L
Decimal 96 40 120 0.2 0.67 0 0.53 282 0.5 0.31
Hex 60 28 78 14 43 0 35 11A 32 1F
Octal 140 50 170 24 103 0 65 432 62 37
Binary 1100000 101000 1111000 10100 1000011 0 110101 100011010 110010 11111

Color Harmonies of #602878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602878

Black with #602878

Text Example


Text Example

White with #602878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602878; }

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

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

background-color css

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

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

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

border-color css

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

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

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