#603D5C

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

Shades of Palatinate Purple #603D5C

Tints of Palatinate Purple #603D5C

Color information

#603D5C (or 0x603D5C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 3D and 5C. RGB value is (96,61,92). Sum of RGB (Red+Green+Blue) = 96+61+92=249 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.55% from 249); Green value is 61 (24.22% from 255 or 24.50% from 249); Blue value is 92 (36.33% from 255 or 36.95% from 249); Max value from RGB is 96 - color contains mainly: red. Hex color #603D5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603D5C is #9FC2A3. Grayscale: #4A4A4A. Windows color (decimal): -10470052 or 6045024. OLE color: 6045024.

HSL color Cylindrical-coordinate representation of color #603D5C: hue angle of 306.86º degrees, saturation: 0.22, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #603D5C is Cyan = 0, Magento = 0.36, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB966192-
CMYK00.360.040.62
HSL306.86º22.29%30.78%-
HSV(B)306.86º36.46%37.65%-
XYZ8.426.610.95-
YUV75137.6142.98-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.55%
GREEN value IS 61 (24.22% from 255) = 24.50%
BLUE value IS 92 (36.33% from 255) = 36.95%
R=38.55%
G=24.50%
B=36.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96619200.360.040.62306.8622.2930.78
Hex603D5C02443E133161f
Octal140751340444764632637
Binary1100000111101101110001001001001111101001100111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603D5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #603D5C; }

 p { color: rgb(96,61,92); }

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

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

 a { background-color: rgb(96,61,92); }

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

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

 span { border-color: rgb(96,61,92); }

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