#60135B

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

Shades of Palatinate Purple #60135B

Tints of Palatinate Purple #60135B

Color information

#60135B (or 0x60135B) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 5B. RGB value is (96,19,91). Sum of RGB (Red+Green+Blue) = 96+19+91=206 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.60% from 206); Green value is 19 (7.81% from 255 or 9.22% from 206); Blue value is 91 (35.94% from 255 or 44.17% from 206); Max value from RGB is 96 - color contains mainly: red. Hex color #60135B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135B is #9FECA4. Grayscale: #323232. Windows color (decimal): -10480805 or 5968736. OLE color: 5968736.

HSL color Cylindrical-coordinate representation of color #60135B: hue angle of 303.9º 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 #60135B is Cyan = 0, Magento = 0.80, Yellow = 0.05 and Black (K on CMYK) = 0.62.

Color convert

RGB961991-
CMYK00.800.050.62
HSL303.9º66.96%22.55%-
HSV(B)303.9º80.21%37.65%-
XYZ6.953.7110.25-
YUV50.23151.01160.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.60%
GREEN value IS 19 (7.81% from 255) = 9.22%
BLUE value IS 91 (35.94% from 255) = 44.17%
R=46.60%
G=9.22%
B=44.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96199100.800.050.62303.966.9622.55
Hex60135B05053E1304317
Octal14023133012057646010327
Binary110000010011101101101010000101111110100110000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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