#60375A

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

Shades of Palatinate Purple #60375A

Tints of Palatinate Purple #60375A

Color information

#60375A (or 0x60375A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 37 and 5A. RGB value is (96,55,90). Sum of RGB (Red+Green+Blue) = 96+55+90=241 (31% of max value = 765). Red value is 96 (37.89% from 255 or 39.83% from 241); Green value is 55 (21.88% from 255 or 22.82% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 96 - color contains mainly: red. Hex color #60375A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #60375A is #9FC8A5. Grayscale: #474747. Windows color (decimal): -10471590 or 5912416. OLE color: 5912416.

HSL color Cylindrical-coordinate representation of color #60375A: hue angle of 308.78º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #60375A is Cyan = 0, Magento = 0.43, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB965590-
CMYK00.430.060.62
HSL308.78º27.15%29.61%-
HSV(B)308.78º42.71%37.65%-
XYZ8.045.9610.4-
YUV71.25138.58145.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 39.83%
GREEN value IS 55 (21.88% from 255) = 22.82%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=39.83%
G=22.82%
B=37.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96559000.430.060.62308.7827.1529.61
Hex60375A02B63E1351b1e
Octal140671320536764653336
Binary1100000110111101101001010111101111101001101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60375A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60375A; }

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

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

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

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

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

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

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

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