Html Css Color HEX #602C79 Honey Flower

📋 copy color: '#602C79'

red 96 ◦ green 44 ◦ blue 121

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

Shades of Honey Flower #602C79

Tints of Honey Flower #602C79

RGB

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

 GREEN value IS 44 (17.58% from 255) = 16.86%

 BLUE value IS 121 (47.66% from 255) = 46.36%

R = 36.78%
G = 16.86%
B = 46.36%

CMYK

 C value IS 0.21

 M value IS 0.64

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602C79 (or 0x602C79) is known color: Honey Flower. HEX triplet: 60, 2C and 79. RGB value is (96,44,121). Sum of RGB (Red+Green+Blue) = 96+44+121=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 44 (17.58% from 255 or 16.86% from 261); Blue value is 121 (47.66% from 255 or 46.36% from 261); Max value from RGB is 121 - color contains mainly: blue. Hex color #602C79 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602C79 is #9FD386. Grayscale: #444444. Windows color (decimal): -10474375 or 7941216. OLE color: 7941216.

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

Color convert

RGB 96 44 121 -
CMYK 0.21 0.64 0 0.53
HSL 280.52º 0.47% 0.32% -
HSV(B) 280.52º 0.64% 0.47% -
XYZ 9.18 5.67 18.7 -
YUV 68.33 157.73 147.74 -
System Red Green Blue C M Y K H S L
Decimal 96 44 121 0.21 0.64 0 0.53 280.52 0.47 0.32
Hex 60 2C 79 15 40 0 35 119 2F 20
Octal 140 54 171 25 100 0 65 431 57 40
Binary 1100000 101100 1111001 10101 1000000 0 110101 100011001 101111 100000

Color Harmonies of #602C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602C79

Black with #602C79

Text Example


Text Example

White with #602C79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602C79; }

 p { color: rgb(96,44,121); }

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

background-color css

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

 a { background-color: rgb(96,44,121); }

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

border-color css

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

 span { border-color: rgb(96,44,121); }

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