#5F315C

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

Shades of Palatinate Purple #5F315C

Tints of Palatinate Purple #5F315C

Color information

#5F315C (or 0x5F315C) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 31 and 5C. RGB value is (95,49,92). Sum of RGB (Red+Green+Blue) = 95+49+92=236 (31% of max value = 765). Red value is 95 (37.5% from 255 or 40.25% from 236); Green value is 49 (19.53% from 255 or 20.76% from 236); Blue value is 92 (36.33% from 255 or 38.98% from 236); Max value from RGB is 95 - color contains mainly: red. Hex color #5F315C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F315C is #A0CEA3. Grayscale: #434343. Windows color (decimal): -10538660 or 6041951. OLE color: 6041951.

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

Color convert

RGB954992-
CMYK00.480.030.63
HSL303.91º31.94%28.24%-
HSV(B)303.91º48.42%37.25%-
XYZ7.755.410.76-
YUV67.66141.74147.5-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 40.25%
GREEN value IS 49 (19.53% from 255) = 20.76%
BLUE value IS 92 (36.33% from 255) = 38.98%
R=40.25%
G=20.76%
B=38.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95499200.480.030.63303.9131.9428.24
Hex5F315C03033F130201c
Octal137611340603774604034
Binary1011111110001101110001100001111111110011000010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F315C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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