#603355

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

Shades of Palatinate Purple #603355

Tints of Palatinate Purple #603355

Color information

#603355 (or 0x603355) is unknown color: approx Palatinate Purple. HEX triplet: 60, 33 and 55. RGB value is (96,51,85). Sum of RGB (Red+Green+Blue) = 96+51+85=232 (30% of max value = 765). Red value is 96 (37.89% from 255 or 41.38% from 232); Green value is 51 (20.31% from 255 or 21.98% from 232); Blue value is 85 (33.59% from 255 or 36.64% from 232); Max value from RGB is 96 - color contains mainly: red. Hex color #603355 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603355 is #9FCCAA. Grayscale: #444444. Windows color (decimal): -10472619 or 5583712. OLE color: 5583712.

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

Color convert

RGB965185-
CMYK00.470.110.62
HSL314.67º30.61%28.82%-
HSV(B)314.67º46.88%37.65%-
XYZ7.655.519.25-
YUV68.33137.41147.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 41.38%
GREEN value IS 51 (20.31% from 255) = 21.98%
BLUE value IS 85 (33.59% from 255) = 36.64%
R=41.38%
G=21.98%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96518500.470.110.62314.6730.6128.82
Hex60335502FB3E13b1f1d
Octal1406312505713764733735
Binary11000001100111010101010111110111111101001110111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603355; }

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

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

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

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

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

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

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

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