#603358

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

Shades of Palatinate Purple #603358

Tints of Palatinate Purple #603358

Color information

#603358 (or 0x603358) is unknown color: approx Palatinate Purple. HEX triplet: 60, 33 and 58. RGB value is (96,51,88). Sum of RGB (Red+Green+Blue) = 96+51+88=235 (31% of max value = 765). Red value is 96 (37.89% from 255 or 40.85% from 235); Green value is 51 (20.31% from 255 or 21.70% from 235); Blue value is 88 (34.77% from 255 or 37.45% from 235); Max value from RGB is 96 - color contains mainly: red. Hex color #603358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603358 is #9FCCA7. Grayscale: #444444. Windows color (decimal): -10472616 or 5780320. OLE color: 5780320.

HSL color Cylindrical-coordinate representation of color #603358: hue angle of 310.67º 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 #603358 is Cyan = 0, Magento = 0.47, Yellow = 0.08 and Black (K on CMYK) = 0.62.

Color convert

RGB965188-
CMYK00.470.080.62
HSL310.67º30.61%28.82%-
HSV(B)310.67º46.88%37.65%-
XYZ7.775.569.9-
YUV68.67138.91147.49-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 40.85%
GREEN value IS 51 (20.31% from 255) = 21.70%
BLUE value IS 88 (34.77% from 255) = 37.45%
R=40.85%
G=21.70%
B=37.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.08
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96518800.470.080.62310.6730.6128.82
Hex60335802F83E1371f1d
Octal1406313005710764673735
Binary11000001100111011000010111110001111101001101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603358; }

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

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

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

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

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

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

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

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