#5F3153

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

Shades of Palatinate Purple #5F3153

Tints of Palatinate Purple #5F3153

Color information

#5F3153 (or 0x5F3153) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 31 and 53. RGB value is (95,49,83). Sum of RGB (Red+Green+Blue) = 95+49+83=227 (30% of max value = 765). Red value is 95 (37.5% from 255 or 41.85% from 227); Green value is 49 (19.53% from 255 or 21.59% from 227); Blue value is 83 (32.81% from 255 or 36.56% from 227); Max value from RGB is 95 - color contains mainly: red. Hex color #5F3153 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F3153 is #A0CEAC. Grayscale: #424242. Windows color (decimal): -10538669 or 5452127. OLE color: 5452127.

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

Color convert

RGB954983-
CMYK00.480.130.63
HSL315.65º31.94%28.24%-
HSV(B)315.65º48.42%37.25%-
XYZ7.385.258.81-
YUV66.63137.24148.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 41.85%
GREEN value IS 49 (19.53% from 255) = 21.59%
BLUE value IS 83 (32.81% from 255) = 36.56%
R=41.85%
G=21.59%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.13
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95498300.480.130.63315.6531.9428.24
Hex5F3153030D3F13c201c
Octal1376112306015774744034
Binary101111111000110100110110000110111111110011110010000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F3153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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