#5F135D

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

Shades of Palatinate Purple #5F135D

Tints of Palatinate Purple #5F135D

Color information

#5F135D (or 0x5F135D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 13 and 5D. RGB value is (95,19,93). Sum of RGB (Red+Green+Blue) = 95+19+93=207 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.89% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 93 (36.72% from 255 or 44.93% from 207); Max value from RGB is 95 - color contains mainly: red. Hex color #5F135D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F135D is #A0ECA2. Grayscale: #313131. Windows color (decimal): -10546339 or 6099807. OLE color: 6099807.

HSL color Cylindrical-coordinate representation of color #5F135D: hue angle of 301.58º 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 #5F135D is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB951993-
CMYK00.800.020.63
HSL301.58º66.67%22.35%-
HSV(B)301.58º80%37.25%-
XYZ6.933.6910.7-
YUV50.16152.18159.98-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.89%
GREEN value IS 19 (7.81% from 255) = 9.18%
BLUE value IS 93 (36.72% from 255) = 44.93%
R=45.89%
G=9.18%
B=44.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95199300.800.020.63301.5866.6722.35
Hex5F135D05023F12e4316
Octal13723135012027745610326
Binary10111111001110111010101000010111111100101110100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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