#603A5C

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

Shades of Palatinate Purple #603A5C

Tints of Palatinate Purple #603A5C

Color information

#603A5C (or 0x603A5C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 3A and 5C. RGB value is (96,58,92). Sum of RGB (Red+Green+Blue) = 96+58+92=246 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.02% from 246); Green value is 58 (23.05% from 255 or 23.58% from 246); Blue value is 92 (36.33% from 255 or 37.40% from 246); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5C is #9FC5A3. Grayscale: #494949. Windows color (decimal): -10470820 or 6044256. OLE color: 6044256.

HSL color Cylindrical-coordinate representation of color #603A5C: hue angle of 306.32º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #603A5C is Cyan = 0, Magento = 0.40, Yellow = 0.04 and Black (K on CMYK) = 0.62.

Color convert

RGB965892-
CMYK00.400.040.62
HSL306.32º24.68%30.2%-
HSV(B)306.32º39.58%37.65%-
XYZ8.276.2910.9-
YUV73.24138.59144.24-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.02%
GREEN value IS 58 (23.05% from 255) = 23.58%
BLUE value IS 92 (36.33% from 255) = 37.40%
R=39.02%
G=23.58%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96589200.400.040.62306.3224.6830.2
Hex603A5C02843E132191e
Octal140721340504764623136
Binary1100000111010101110001010001001111101001100101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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