#60134F

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

Shades of Palatinate Purple #60134F

Tints of Palatinate Purple #60134F

Color information

#60134F (or 0x60134F) is unknown color: approx Palatinate Purple. HEX triplet: 60, 13 and 4F. RGB value is (96,19,79). Sum of RGB (Red+Green+Blue) = 96+19+79=194 (25% of max value = 765). Red value is 96 (37.89% from 255 or 49.48% from 194); Green value is 19 (7.81% from 255 or 9.79% from 194); Blue value is 79 (31.25% from 255 or 40.72% from 194); Max value from RGB is 96 - color contains mainly: red. Hex color #60134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #60134F is #9FECB0. Grayscale: #303030. Windows color (decimal): -10480817 or 5182304. OLE color: 5182304.

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

Color convert

RGB961979-
CMYK00.800.180.62
HSL313.25º66.96%22.55%-
HSV(B)313.25º80.21%37.65%-
XYZ6.473.527.74-
YUV48.86145.01161.62-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 49.48%
GREEN value IS 19 (7.81% from 255) = 9.79%
BLUE value IS 79 (31.25% from 255) = 40.72%
R=49.48%
G=9.79%
B=40.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.18
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96197900.800.180.62313.2566.9622.55
Hex60134F050123E1394317
Octal140231170120227647110327
Binary11000001001110011110101000010010111110100111001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60134F; }

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

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

<style>
 a { background-color: #60134F; }

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

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

<style>
 span { border-color: #60134F; }

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

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