#603259

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

Shades of Palatinate Purple #603259

Tints of Palatinate Purple #603259

Color information

#603259 (or 0x603259) is unknown color: approx Palatinate Purple. HEX triplet: 60, 32 and 59. RGB value is (96,50,89). Sum of RGB (Red+Green+Blue) = 96+50+89=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 50 (19.92% from 255 or 21.28% from 235); Blue value is 89 (35.16% from 255 or 37.87% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #603259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603259 is #9FCDA6. Grayscale: #444444. Windows color (decimal): -10472871 or 5845600. OLE color: 5845600.

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

Color convert

RGB965089-
CMYK00.480.070.62
HSL309.13º31.51%28.63%-
HSV(B)309.13º47.92%37.65%-
XYZ7.775.4910.1-
YUV68.2139.74147.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 50 (19.92% from 255) = 21.28%
BLUE value IS 89 (35.16% from 255) = 37.87%
R=40.85%
G=21.28%
B=37.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96508900.480.070.62309.1331.5128.63
Hex60325903073E135201d
Octal140621310607764654035
Binary11000001100101011001011000011111111010011010110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603259; }

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

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

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

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

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

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

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

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