#603A5A

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

Shades of Palatinate Purple #603A5A

Tints of Palatinate Purple #603A5A

Color information

#603A5A (or 0x603A5A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 3A and 5A. RGB value is (96,58,90). Sum of RGB (Red+Green+Blue) = 96+58+90=244 (32% of max value = 765). Red value is 96 (37.89% from 255 or 39.34% from 244); Green value is 58 (23.05% from 255 or 23.77% from 244); Blue value is 90 (35.55% from 255 or 36.89% from 244); Max value from RGB is 96 - color contains mainly: red. Hex color #603A5A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #603A5A is #9FC5A5. Grayscale: #484848. Windows color (decimal): -10470822 or 5913184. OLE color: 5913184.

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

Color convert

RGB965890-
CMYK00.400.060.62
HSL309.47º24.68%30.2%-
HSV(B)309.47º39.58%37.65%-
XYZ8.186.2510.45-
YUV73.01137.59144.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.34%
GREEN value IS 58 (23.05% from 255) = 23.77%
BLUE value IS 90 (35.55% from 255) = 36.89%
R=39.34%
G=23.77%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96589000.400.060.62309.4724.6830.2
Hex603A5A02863E135191e
Octal140721320506764653136
Binary1100000111010101101001010001101111101001101011100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #603A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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