Html Css Color HEX #602779 Honey Flower

📋 copy color: '#602779'

red 96 ◦ green 39 ◦ blue 121

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

Shades of Honey Flower #602779

Tints of Honey Flower #602779

RGB

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

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

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

R = 37.5%
G = 15.23%
B = 47.27%

CMYK

 C value IS 0.21

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#602779 (or 0x602779) is known color: Honey Flower. HEX triplet: 60, 27 and 79. RGB value is (96,39,121). Sum of RGB (Red+Green+Blue) = 96+39+121=256 (33% of max value = 765). Red value is 96 (37.89% from 255 or 37.5% from 256); Green value is 39 (15.62% from 255 or 15.23% from 256); Blue value is 121 (47.66% from 255 or 47.27% from 256); Max value from RGB is 121 - color contains mainly: blue. Hex color #602779 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602779 is #9FD886. Grayscale: #414141. Windows color (decimal): -10475655 or 7939936. OLE color: 7939936.

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

Color convert

RGB 96 39 121 -
CMYK 0.21 0.68 0 0.53
HSL 281.71º 0.51% 0.31% -
HSV(B) 281.71º 0.68% 0.47% -
XYZ 9 5.32 18.64 -
YUV 65.39 159.38 149.83 -
System Red Green Blue C M Y K H S L
Decimal 96 39 121 0.21 0.68 0 0.53 281.71 0.51 0.31
Hex 60 27 79 15 44 0 35 11A 33 1F
Octal 140 47 171 25 104 0 65 432 63 37
Binary 1100000 100111 1111001 10101 1000100 0 110101 100011010 110011 11111

Color Harmonies of #602779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #602779

Black with #602779

Text Example


Text Example

White with #602779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #602779; }

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

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

background-color css

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

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

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

border-color css

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

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

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