#602E73

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

Shades of Honey Flower #602E73

Tints of Honey Flower #602E73

Color information

#602E73 (or 0x602E73) is unknown color: approx Honey Flower. HEX triplet: 60, 2E and 73. RGB value is (96,46,115). Sum of RGB (Red+Green+Blue) = 96+46+115=257 (34% of max value = 765). Red value is 96 (37.89% from 255 or 37.35% from 257); Green value is 46 (18.36% from 255 or 17.90% from 257); Blue value is 115 (45.31% from 255 or 44.75% from 257); Max value from RGB is 115 - color contains mainly: blue. Hex color #602E73 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #602E73 is #9FD18C. Grayscale: #444444. Windows color (decimal): -10473869 or 7548512. OLE color: 7548512.

HSL color Cylindrical-coordinate representation of color #602E73: hue angle of 283.48º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #602E73 is Cyan = 0.17, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9646115-
CMYK0.170.600.55
HSL283.48º42.86%31.57%-
HSV(B)283.48º60%45.1%-
XYZ8.95.6816.85-
YUV68.82154.06147.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 37.35%
GREEN value IS 46 (18.36% from 255) = 17.90%
BLUE value IS 115 (45.31% from 255) = 44.75%
R=37.35%
G=17.90%
B=44.75%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96461150.170.600.55283.4842.8631.57
Hex602E73113C03711b2b20
Octal1405616321740674335340
Binary11000001011101110011100011111000110111100011011101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #602E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,46,115); }

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

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

 a { background-color: rgb(96,46,115); }

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

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

 span { border-color: rgb(96,46,115); }

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