#5F136A

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

Shades of Palatinate Purple #5F136A

Tints of Palatinate Purple #5F136A

Color information

#5F136A (or 0x5F136A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 13 and 6A. RGB value is (95,19,106). Sum of RGB (Red+Green+Blue) = 95+19+106=220 (29% of max value = 765). Red value is 95 (37.5% from 255 or 43.18% from 220); Green value is 19 (7.81% from 255 or 8.64% from 220); Blue value is 106 (41.80% from 255 or 48.18% from 220); Max value from RGB is 106 - color contains mainly: blue. Hex color #5F136A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F136A is #A0EC95. Grayscale: #333333. Windows color (decimal): -10546326 or 6951775. OLE color: 6951775.

HSL color Cylindrical-coordinate representation of color #5F136A: hue angle of 292.41º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5F136A is Cyan = 0.10, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB9519106-
CMYK0.100.8200.58
HSL292.41º69.6%24.51%-
HSV(B)292.41º82.08%41.57%-
XYZ7.553.9414-
YUV51.64158.68158.93-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 43.18%
GREEN value IS 19 (7.81% from 255) = 8.64%
BLUE value IS 106 (41.80% from 255) = 48.18%
R=43.18%
G=8.64%
B=48.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal95191060.100.8200.58292.4169.624.51
Hex5F136AA5203A1244619
Octal137231521212207244410631
Binary1011111100111101010101010100100111010100100100100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F136A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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