#603759

Color #603759 Palatinate Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Palatinate Purple #603759

Tints of Palatinate Purple #603759

Color information

#603759 (or 0x603759) is unknown color: approx Palatinate Purple. HEX triplet: 60, 37 and 59. RGB value is (96,55,89). Sum of RGB (Red+Green+Blue) = 96+55+89=240 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40% from 240); Green value is 55 (21.88% from 255 or 22.92% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 96 - color contains mainly: red. Hex color #603759 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603759 is #9FC8A6. Grayscale: #474747. Windows color (decimal): -10471591 or 5846880. OLE color: 5846880.

HSL color Cylindrical-coordinate representation of color #603759: hue angle of 310.24º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #603759 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.62.

Color convert

RGB965589-
CMYK00.430.070.62
HSL310.24º27.15%29.61%-
HSV(B)310.24º42.71%37.65%-
XYZ7.995.9410.18-
YUV71.13138.08145.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40%
GREEN value IS 55 (21.88% from 255) = 22.92%
BLUE value IS 89 (35.16% from 255) = 37.08%
R=40%
G=22.92%
B=37.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96558900.430.070.62310.2427.1529.61
Hex60375902B73E1361b1e
Octal140671310537764663336
Binary1100000110111101100101010111111111101001101101101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603759; }

 p { color: rgb(96,55,89); }

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

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

 a { background-color: rgb(96,55,89); }

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

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

 span { border-color: rgb(96,55,89); }

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