#603575

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

Shades of Honey Flower #603575

Tints of Honey Flower #603575

Color information

#603575 (or 0x603575) is unknown color: approx Honey Flower. HEX triplet: 60, 35 and 75. RGB value is (96,53,117). Sum of RGB (Red+Green+Blue) = 96+53+117=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 53 (21.09% from 255 or 19.92% from 266); Blue value is 117 (46.09% from 255 or 43.98% from 266); Max value from RGB is 117 - color contains mainly: blue. Hex color #603575 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603575 is #9FCA8A. Grayscale: #484848. Windows color (decimal): -10472075 or 7681376. OLE color: 7681376.

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

Color convert

RGB9653117-
CMYK0.180.5500.54
HSL280.31º37.65%33.33%-
HSV(B)280.31º54.7%45.88%-
XYZ9.316.3217.56-
YUV73.15152.75144.3-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.09%
GREEN value IS 53 (21.09% from 255) = 19.92%
BLUE value IS 117 (46.09% from 255) = 43.98%
R=36.09%
G=19.92%
B=43.98%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96531170.180.5500.54280.3137.6533.33
Hex60357512370361182621
Octal1406516522670664304641
Binary11000001101011110101100101101110110110100011000100110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603575; }

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

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

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

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

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

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

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

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