#5f1252

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

Shades of Palatinate Purple #5F1252

Tints of Palatinate Purple #5F1252

Color information

#5F1252 (or 0x5F1252) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 12 and 52. RGB value is (95,18,82). Sum of RGB (Red+Green+Blue) = 95+18+82=195 (25% of max value = 765). Red value is 95 (37.5% from 255 or 48.72% from 195); Green value is 18 (7.42% from 255 or 9.23% from 195); Blue value is 82 (32.42% from 255 or 42.05% from 195); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1252 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1252 is #A0EDAD. Grayscale: #303030. Windows color (decimal): -10546606 or 5378655. OLE color: 5378655.

HSL color Cylindrical-coordinate representation of color #5F1252: hue angle of 310.13º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5F1252 is Cyan = 0, Magento = 0.81, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB951882-
CMYK00.810.140.63
HSL310.13º68.14%22.16%-
HSV(B)310.13º81.05%37.25%-
XYZ6.463.478.31-
YUV48.32147.01161.3-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 48.72%
GREEN value IS 18 (7.42% from 255) = 9.23%
BLUE value IS 82 (32.42% from 255) = 42.05%
R=48.72%
G=9.23%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95188200.810.140.63310.1368.1422.16
Hex5F1252051E3F1364416
Octal137221220121167746610426
Binary1011111100101010010010100011110111111100110110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5f1252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,18,82); }

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

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

 a { background-color: rgb(95,18,82); }

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

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

 span { border-color: rgb(95,18,82); }

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