#5F1D4E

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

Shades of Palatinate Purple #5F1D4E

Tints of Palatinate Purple #5F1D4E

Color information

#5F1D4E (or 0x5F1D4E) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 1D and 4E. RGB value is (95,29,78). Sum of RGB (Red+Green+Blue) = 95+29+78=202 (26% of max value = 765). Red value is 95 (37.5% from 255 or 47.03% from 202); Green value is 29 (11.72% from 255 or 14.36% from 202); Blue value is 78 (30.86% from 255 or 38.61% from 202); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F1D4E is #A0E2B1. Grayscale: #363636. Windows color (decimal): -10543794 or 5119327. OLE color: 5119327.

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

Color convert

RGB952978-
CMYK00.690.180.63
HSL315.45º53.23%24.31%-
HSV(B)315.45º69.47%37.25%-
XYZ6.533.867.61-
YUV54.32141.37157.02-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 47.03%
GREEN value IS 29 (11.72% from 255) = 14.36%
BLUE value IS 78 (30.86% from 255) = 38.61%
R=47.03%
G=14.36%
B=38.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.18
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95297800.690.180.63315.4553.2324.31
Hex5F1D4E045123F13b3518
Octal13735116010522774736530
Binary1011111111011001110010001011001011111110011101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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