#5F315D

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

Shades of Palatinate Purple #5F315D

Tints of Palatinate Purple #5F315D

Color information

#5F315D (or 0x5F315D) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 31 and 5D. RGB value is (95,49,93). Sum of RGB (Red+Green+Blue) = 95+49+93=237 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.08% from 237); Green value is 49 (19.53% from 255 or 20.68% from 237); Blue value is 93 (36.72% from 255 or 39.24% from 237); Max value from RGB is 95 - color contains mainly: red. Hex color #5F315D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F315D is #A0CEA2. Grayscale: #434343. Windows color (decimal): -10538659 or 6107487. OLE color: 6107487.

HSL color Cylindrical-coordinate representation of color #5F315D: hue angle of 302.61º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5F315D is Cyan = 0, Magento = 0.48, Yellow = 0.02 and Black (K on CMYK) = 0.63.

Color convert

RGB954993-
CMYK00.480.020.63
HSL302.61º31.94%28.24%-
HSV(B)302.61º48.42%37.25%-
XYZ7.795.4210.99-
YUV67.77142.24147.42-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.08%
GREEN value IS 49 (19.53% from 255) = 20.68%
BLUE value IS 93 (36.72% from 255) = 39.24%
R=40.08%
G=20.68%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.02
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95499300.480.020.63302.6131.9428.24
Hex5F315D03023F12f201c
Octal137611350602774574034
Binary1011111110001101110101100001011111110010111110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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