#5f315a

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

Shades of Palatinate Purple #5F315A

Tints of Palatinate Purple #5F315A

Color information

#5F315A (or 0x5F315A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 31 and 5A. RGB value is (95,49,90). Sum of RGB (Red+Green+Blue) = 95+49+90=234 (30% of max value = 765). Red value is 95 (37.5% from 255 or 40.60% from 234); Green value is 49 (19.53% from 255 or 20.94% from 234); Blue value is 90 (35.55% from 255 or 38.46% from 234); Max value from RGB is 95 - color contains mainly: red. Hex color #5F315A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F315A is #A0CEA5. Grayscale: #434343. Windows color (decimal): -10538662 or 5910879. OLE color: 5910879.

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

Color convert

RGB954990-
CMYK00.480.050.63
HSL306.52º31.94%28.24%-
HSV(B)306.52º48.42%37.25%-
XYZ7.665.3710.31-
YUV67.43140.74147.67-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.60%
GREEN value IS 49 (19.53% from 255) = 20.94%
BLUE value IS 90 (35.55% from 255) = 38.46%
R=40.60%
G=20.94%
B=38.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95499000.480.050.63306.5231.9428.24
Hex5F315A03053F133201c
Octal137611320605774634034
Binary10111111100011011010011000010111111110011001110000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f315a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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