#603279

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

Shades of Honey Flower #603279

Tints of Honey Flower #603279

Color information

#603279 (or 0x603279) is unknown color: approx Honey Flower. HEX triplet: 60, 32 and 79. RGB value is (96,50,121). Sum of RGB (Red+Green+Blue) = 96+50+121=267 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.96% from 267); Green value is 50 (19.92% from 255 or 18.73% from 267); Blue value is 121 (47.66% from 255 or 45.32% from 267); Max value from RGB is 121 - color contains mainly: blue. Hex color #603279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603279 is #9FCD86. Grayscale: #474747. Windows color (decimal): -10472839 or 7942752. OLE color: 7942752.

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

Color convert

RGB9650121-
CMYK0.210.5900.53
HSL278.87º41.52%33.53%-
HSV(B)278.87º58.68%47.45%-
XYZ9.426.1518.78-
YUV71.85155.74145.23-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.96%
GREEN value IS 50 (19.92% from 255) = 18.73%
BLUE value IS 121 (47.66% from 255) = 45.32%
R=35.96%
G=18.73%
B=45.32%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal96501210.210.5900.53278.8741.5233.53
Hex603279153B0351172a22
Octal1406217125730654275242
Binary11000001100101111001101011110110110101100010111101010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603279; }

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

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

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

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

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

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

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

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