Html Css Color HEX #602978 Honey Flower

📋 copy color: '#602978'

red 96 ◦ green 41 ◦ blue 120

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

Shades of Honey Flower #602978

Tints of Honey Flower #602978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.95%

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

R = 37.35%
G = 15.95%
B = 46.69%

CMYK

 C value IS 0.2

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602978 (or 0x602978) is known color: Honey Flower. HEX triplet: 60, 29 and 78. RGB value is (96,41,120). Sum of RGB (Red+Green+Blue) = 96+41+120=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 41 (16.41% from 255 or 15.95% from 257); Blue value is 120 (47.27% from 255 or 46.69% from 257); Max value from RGB is 120 - color contains mainly: blue. Hex color #602978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602978 is #9FD687. Grayscale: #424242. Windows color (decimal): -10475144 or 7874912. OLE color: 7874912.

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

Color convert

RGB 96 41 120 -
CMYK 0.2 0.66 0 0.53
HSL 281.77º 0.49% 0.32% -
HSV(B) 281.77º 0.66% 0.47% -
XYZ 9.01 5.43 18.34 -
YUV 66.45 158.22 149.08 -
System Red Green Blue C M Y K H S L
Decimal 96 41 120 0.2 0.66 0 0.53 281.77 0.49 0.32
Hex 60 29 78 14 42 0 35 11A 31 20
Octal 140 51 170 24 102 0 65 432 61 40
Binary 1100000 101001 1111000 10100 1000010 0 110101 100011010 110001 100000

Color Harmonies of #602978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602978

Black with #602978

Text Example


Text Example

White with #602978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602978; }

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

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

background-color css

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

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

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

border-color css

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

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

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