#603357

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

Shades of Palatinate Purple #603357

Tints of Palatinate Purple #603357

Color information

#603357 (or 0x603357) is unknown color: approx Palatinate Purple. HEX triplet: 60, 33 and 57. RGB value is (96,51,87). Sum of RGB (Red+Green+Blue) = 96+51+87=234 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.03% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 87 (34.38% from 255 or 37.18% from 234); Max value from RGB is 96 - color contains mainly: red. Hex color #603357 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603357 is #9FCCA8. Grayscale: #444444. Windows color (decimal): -10472617 or 5714784. OLE color: 5714784.

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

Color convert

RGB965187-
CMYK00.470.090.62
HSL312º30.61%28.82%-
HSV(B)312º46.88%37.65%-
XYZ7.735.549.68-
YUV68.56138.41147.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.03%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 87 (34.38% from 255) = 37.18%
R=41.03%
G=21.79%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96518700.470.090.6231230.6128.82
Hex60335702F93E1381f1d
Octal1406312705711764703735
Binary11000001100111010111010111110011111101001110001111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603357

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603357; }

 p { color: rgb(96,51,87); }

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

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

 a { background-color: rgb(96,51,87); }

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

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

 span { border-color: rgb(96,51,87); }

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