#60135A

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

Shades of Palatinate Purple #60135A

Tints of Palatinate Purple #60135A

Color information

#60135A (or 0x60135A) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 5A. RGB value is (96,19,90). Sum of RGB (Red+Green+Blue) = 96+19+90=205 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.83% from 205); Green value is 19 (7.81% from 255 or 9.27% from 205); Blue value is 90 (35.55% from 255 or 43.90% from 205); Max value from RGB is 96 - color contains mainly: red. Hex color #60135A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135A is #9FECA5. Grayscale: #313131. Windows color (decimal): -10480806 or 5903200. OLE color: 5903200.

HSL color Cylindrical-coordinate representation of color #60135A: hue angle of 304.68º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #60135A is Cyan = 0, Magento = 0.80, Yellow = 0.06 and Black (K on CMYK) = 0.62.

Color convert

RGB961990-
CMYK00.800.060.62
HSL304.68º66.96%22.55%-
HSV(B)304.68º80.21%37.65%-
XYZ6.93.6910.02-
YUV50.12150.51160.73-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.83%
GREEN value IS 19 (7.81% from 255) = 9.27%
BLUE value IS 90 (35.55% from 255) = 43.90%
R=46.83%
G=9.27%
B=43.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96199000.800.060.62304.6866.9622.55
Hex60135A05063E1314317
Octal14023132012067646110327
Binary110000010011101101001010000110111110100110001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60135A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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