#603075

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

Shades of Honey Flower #603075

Tints of Honey Flower #603075

Color information

#603075 (or 0x603075) is unknown color: approx Honey Flower. HEX triplet: 60, 30 and 75. RGB value is (96,48,117). Sum of RGB (Red+Green+Blue) = 96+48+117=261 (34% of max value = 765). Red value is 96 (37.89% from 255 or 36.78% from 261); Green value is 48 (19.14% from 255 or 18.39% from 261); Blue value is 117 (46.09% from 255 or 44.83% from 261); Max value from RGB is 117 - color contains mainly: blue. Hex color #603075 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603075 is #9FCF8A. Grayscale: #454545. Windows color (decimal): -10473355 or 7680096. OLE color: 7680096.

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

Color convert

RGB9648117-
CMYK0.180.5900.54
HSL281.74º41.82%32.35%-
HSV(B)281.74º58.97%45.88%-
XYZ9.095.8917.49-
YUV70.22154.4146.39-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 36.78%
GREEN value IS 48 (19.14% from 255) = 18.39%
BLUE value IS 117 (46.09% from 255) = 44.83%
R=36.78%
G=18.39%
B=44.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal96481170.180.5900.54281.7441.8232.35
Hex603075123B03611a2a20
Octal1406016522730664325240
Binary11000001100001110101100101110110110110100011010101010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603075; }

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

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

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

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

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

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

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

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