#603272

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

Shades of Honey Flower #603272

Tints of Honey Flower #603272

Color information

#603272 (or 0x603272) is unknown color: approx Honey Flower. HEX triplet: 60, 32 and 72. RGB value is (96,50,114). Sum of RGB (Red+Green+Blue) = 96+50+114=260 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.92% from 260); Green value is 50 (19.92% from 255 or 19.23% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 114 - color contains mainly: blue. Hex color #603272 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603272 is #9FCD8D. Grayscale: #464646. Windows color (decimal): -10472846 or 7484000. OLE color: 7484000.

HSL color Cylindrical-coordinate representation of color #603272: hue angle of 283.12º degrees, saturation: 0.39, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #603272 is Cyan = 0.16, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB9650114-
CMYK0.160.5600.55
HSL283.12º39.02%32.16%-
HSV(B)283.12º56.14%44.71%-
XYZ95.9816.6-
YUV71.05152.24145.8-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.92%
GREEN value IS 50 (19.92% from 255) = 19.23%
BLUE value IS 114 (44.92% from 255) = 43.85%
R=36.92%
G=19.23%
B=43.85%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96501140.160.5600.55283.1239.0232.16
Hex603272103803711b2720
Octal1406216220700674334740
Binary11000001100101110010100001110000110111100011011100111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603272; }

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

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

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

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

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

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

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

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