#603079

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

Shades of Honey Flower #603079

Tints of Honey Flower #603079

Color information

#603079 (or 0x603079) is unknown color: approx Honey Flower. HEX triplet: 60, 30 and 79. RGB value is (96,48,121). Sum of RGB (Red+Green+Blue) = 96+48+121=265 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.23% from 265); Green value is 48 (19.14% from 255 or 18.11% from 265); Blue value is 121 (47.66% from 255 or 45.66% from 265); Max value from RGB is 121 - color contains mainly: blue. Hex color #603079 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603079 is #9FCF86. Grayscale: #464646. Windows color (decimal): -10473351 or 7942240. OLE color: 7942240.

HSL color Cylindrical-coordinate representation of color #603079: hue angle of 279.45º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #603079 is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB9648121-
CMYK0.210.6000.53
HSL279.45º43.2%33.14%-
HSV(B)279.45º60.33%47.45%-
XYZ9.335.9818.75-
YUV70.67156.4146.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.23%
GREEN value IS 48 (19.14% from 255) = 18.11%
BLUE value IS 121 (47.66% from 255) = 45.66%
R=36.23%
G=18.11%
B=45.66%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96481210.210.6000.53279.4543.233.14
Hex603079153C0351172b21
Octal1406017125740654275341
Binary11000001100001111001101011111000110101100010111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603079; }

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

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

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

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

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

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

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

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