#5F2162

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

Shades of Palatinate Purple #5F2162

Tints of Palatinate Purple #5F2162

Color information

#5F2162 (or 0x5F2162) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 21 and 62. RGB value is (95,33,98). Sum of RGB (Red+Green+Blue) = 95+33+98=226 (29% of max value = 765). Red value is 95 (37.5% from 255 or 42.04% from 226); Green value is 33 (13.28% from 255 or 14.60% from 226); Blue value is 98 (38.67% from 255 or 43.36% from 226); Max value from RGB is 98 - color contains mainly: blue. Hex color #5F2162 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F2162 is #A0DE9D. Grayscale: #3A3A3A. Windows color (decimal): -10542750 or 6431071. OLE color: 6431071.

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

Color convert

RGB953398-
CMYK0.030.6600.62
HSL297.23º49.62%25.69%-
HSV(B)297.23º66.33%38.43%-
XYZ7.474.412.01-
YUV58.95150.04153.71-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 42.04%
GREEN value IS 33 (13.28% from 255) = 14.60%
BLUE value IS 98 (38.67% from 255) = 43.36%
R=42.04%
G=14.60%
B=43.36%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9533980.030.6600.62297.2349.6225.69
Hex5F216234203E129321a
Octal1374114231020764516232
Binary10111111000011100010111000010011111010010100111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F2162

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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