#603572

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

Shades of Honey Flower #603572

Tints of Honey Flower #603572

Color information

#603572 (or 0x603572) is unknown color: approx Honey Flower. HEX triplet: 60, 35 and 72. RGB value is (96,53,114). Sum of RGB (Red+Green+Blue) = 96+53+114=263 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.50% from 263); Green value is 53 (21.09% from 255 or 20.15% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 114 - color contains mainly: blue. Hex color #603572 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603572 is #9FCA8D. Grayscale: #484848. Windows color (decimal): -10472078 or 7484768. OLE color: 7484768.

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

Color convert

RGB9653114-
CMYK0.160.5400.55
HSL282.3º36.53%32.75%-
HSV(B)282.3º53.51%44.71%-
XYZ9.136.2516.64-
YUV72.81151.25144.54-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.50%
GREEN value IS 53 (21.09% from 255) = 20.15%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=36.50%
G=20.15%
B=43.35%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal96531140.160.5400.55282.336.5332.75
Hex603572103603711a2521
Octal1406516220660674324541
Binary11000001101011110010100001101100110111100011010100101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603572

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603572; }

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

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

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

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

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

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

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

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