#60135C

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

Shades of Palatinate Purple #60135C

Tints of Palatinate Purple #60135C

Color information

#60135C (or 0x60135C) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 5C. RGB value is (96,19,92). Sum of RGB (Red+Green+Blue) = 96+19+92=207 (27% of max value = 765). Red value is 96 (37.89% from 255 or 46.38% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 92 (36.33% from 255 or 44.44% from 207); Max value from RGB is 96 - color contains mainly: red. Hex color #60135C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60135C is #9FECA3. Grayscale: #323232. Windows color (decimal): -10480804 or 6034272. OLE color: 6034272.

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

Color convert

RGB961992-
CMYK00.800.040.62
HSL303.12º66.96%22.55%-
HSV(B)303.12º80.21%37.65%-
XYZ6.993.7310.48-
YUV50.34151.51160.56-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 46.38%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 92 (36.33% from 255) = 44.44%
R=46.38%
G=9.18%
B=44.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.04
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96199200.800.040.62303.1266.9622.55
Hex60135C05043E12f4317
Octal14023134012047645710327
Binary110000010011101110001010000100111110100101111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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