#602B77

Color #602B77 Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #602B77

Tints of Honey Flower #602B77

Color information

#602B77 (or 0x602B77) is unknown color: approx Honey Flower. HEX triplet: 60, 2B and 77. RGB value is (96,43,119). Sum of RGB (Red+Green+Blue) = 96+43+119=258 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.21% from 258); Green value is 43 (17.19% from 255 or 16.67% from 258); Blue value is 119 (46.88% from 255 or 46.12% from 258); Max value from RGB is 119 - color contains mainly: blue. Hex color #602B77 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602B77 is #9FD488. Grayscale: #434343. Windows color (decimal): -10474633 or 7809888. OLE color: 7809888.

HSL color Cylindrical-coordinate representation of color #602B77: hue angle of 281.84º 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 #602B77 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9643119-
CMYK0.190.6400.53
HSL281.84º46.91%31.76%-
HSV(B)281.84º63.87%46.67%-
XYZ9.025.5518.05-
YUV67.51157.06148.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.21%
GREEN value IS 43 (17.19% from 255) = 16.67%
BLUE value IS 119 (46.88% from 255) = 46.12%
R=37.21%
G=16.67%
B=46.12%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96431190.190.6400.53281.8446.9131.76
Hex602B77134003511a2f20
Octal14053167231000654325740
Binary110000010101111101111001110000000110101100011010101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602B77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #602B77;
 }
 .AnyTagClassName
 {
   color: #602B77;
 }
</style>
background-color css

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

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

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

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

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

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