#5F144E

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

Shades of Palatinate Purple #5F144E

Tints of Palatinate Purple #5F144E

Color information

#5F144E (or 0x5F144E) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 14 and 4E. RGB value is (95,20,78). Sum of RGB (Red+Green+Blue) = 95+20+78=193 (25% of max value = 765). Red value is 95 (37.5% from 255 or 49.22% from 193); Green value is 20 (8.20% from 255 or 10.36% from 193); Blue value is 78 (30.86% from 255 or 40.41% from 193); Max value from RGB is 95 - color contains mainly: red. Hex color #5F144E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F144E is #A0EBB1. Grayscale: #303030. Windows color (decimal): -10546098 or 5117023. OLE color: 5117023.

HSL color Cylindrical-coordinate representation of color #5F144E: hue angle of 313.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F144E is Cyan = 0, Magento = 0.79, Yellow = 0.18 and Black (K on CMYK) = 0.63.

Color convert

RGB952078-
CMYK00.790.180.63
HSL313.6º65.22%22.55%-
HSV(B)313.6º78.95%37.25%-
XYZ6.343.487.55-
YUV49.04144.35160.78-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 49.22%
GREEN value IS 20 (8.20% from 255) = 10.36%
BLUE value IS 78 (30.86% from 255) = 40.41%
R=49.22%
G=10.36%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95207800.790.180.63313.665.2222.55
Hex5F144E04F123F13a4117
Octal137241160117227747210127
Binary10111111010010011100100111110010111111100111010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F144E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,20,78); }

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

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

 a { background-color: rgb(95,20,78); }

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

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

 span { border-color: rgb(95,20,78); }

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