#5F134F

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

Shades of Palatinate Purple #5F134F

Tints of Palatinate Purple #5F134F

Color information

#5F134F (or 0x5F134F) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 13 and 4F. RGB value is (95,19,79). Sum of RGB (Red+Green+Blue) = 95+19+79=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 19 (7.81% from 255 or 9.84% from 193); Blue value is 79 (31.25% from 255 or 40.93% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F134F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F134F is #A0ECB0. Grayscale: #303030. Windows color (decimal): -10546353 or 5182303. OLE color: 5182303.

HSL color Cylindrical-coordinate representation of color #5F134F: hue angle of 312.63º degrees, saturation: 0.67, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5F134F is Cyan = 0, Magento = 0.80, Yellow = 0.17 and Black (K on CMYK) = 0.63.

Color convert

RGB951979-
CMYK00.800.170.63
HSL312.63º66.67%22.35%-
HSV(B)312.63º80%37.25%-
XYZ6.363.467.73-
YUV48.56145.18161.12-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.22%
GREEN value IS 19 (7.81% from 255) = 9.84%
BLUE value IS 79 (31.25% from 255) = 40.93%
R=49.22%
G=9.84%
B=40.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.17
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95197900.800.170.63312.6366.6722.35
Hex5F134F050113F1394316
Octal137231170120217747110326
Binary10111111001110011110101000010001111111100111001100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F134F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5F134F; }

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

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

<style>
 a { background-color: #5F134F; }

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

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

<style>
 span { border-color: #5F134F; }

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

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