#5f2160

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

Shades of Palatinate Purple #5F2160

Tints of Palatinate Purple #5F2160

Color information

#5F2160 (or 0x5F2160) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 21 and 60. RGB value is (95,33,96). Sum of RGB (Red+Green+Blue) = 95+33+96=224 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.41% from 224); Green value is 33 (13.28% from 255 or 14.73% from 224); Blue value is 96 (37.89% from 255 or 42.86% from 224); Max value from RGB is 96 - color contains mainly: blue. Hex color #5F2160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2160 is #A0DE9F. Grayscale: #3A3A3A. Windows color (decimal): -10542752 or 6299999. OLE color: 6299999.

HSL color Cylindrical-coordinate representation of color #5F2160: hue angle of 299.05º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5F2160 is Cyan = 0.01, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB953396-
CMYK0.010.6600.62
HSL299.05º48.84%25.29%-
HSV(B)299.05º65.62%37.65%-
XYZ7.374.3711.52-
YUV58.72149.04153.88-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.41%
GREEN value IS 33 (13.28% from 255) = 14.73%
BLUE value IS 96 (37.89% from 255) = 42.86%
R=42.41%
G=14.73%
B=42.86%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9533960.010.6600.62299.0548.8425.29
Hex5F216014203E12b3119
Octal1374114011020764536131
Binary1011111100001110000011000010011111010010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f2160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,33,96); }

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

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

 a { background-color: rgb(95,33,96); }

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

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

 span { border-color: rgb(95,33,96); }

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