#603A5E

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

Shades of Palatinate Purple #603A5E

Tints of Palatinate Purple #603A5E

Color information

#603A5E (or 0x603A5E) is unknown color: approx Palatinate Purple. HEX triplet: 60, 3A and 5E. RGB value is (96,58,94). Sum of RGB (Red+Green+Blue) = 96+58+94=248 (32% of max value = 765). Red value is 96 (37.89% from 255 or 38.71% from 248); Green value is 58 (23.05% from 255 or 23.39% from 248); Blue value is 94 (37.11% from 255 or 37.90% from 248); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5E is #9FC5A1. Grayscale: #494949. Windows color (decimal): -10470818 or 6175328. OLE color: 6175328.

HSL color Cylindrical-coordinate representation of color #603A5E: hue angle of 303.16º 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 #603A5E is Cyan = 0, Magento = 0.40, Yellow = 0.02 and Black (K on CMYK) = 0.62.

Color convert

RGB965894-
CMYK00.400.020.62
HSL303.16º24.68%30.2%-
HSV(B)303.16º39.58%37.65%-
XYZ8.366.3211.37-
YUV73.47139.59144.07-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 38.71%
GREEN value IS 58 (23.05% from 255) = 23.39%
BLUE value IS 94 (37.11% from 255) = 37.90%
R=38.71%
G=23.39%
B=37.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.02
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96589400.400.020.62303.1624.6830.2
Hex603A5E02823E12f191e
Octal140721360502764573136
Binary110000011101010111100101000101111101001011111100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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