#5F125F

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

Shades of Palatinate Purple #5F125F

Tints of Palatinate Purple #5F125F

Color information

#5F125F (or 0x5F125F) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 12 and 5F. RGB value is (95,18,95). Sum of RGB (Red+Green+Blue) = 95+18+95=208 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.67% from 208); Green value is 18 (7.42% from 255 or 8.65% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: red, blue. Hex color #5F125F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F125F is #A0EDA0. Grayscale: #313131. Windows color (decimal): -10546593 or 6230623. OLE color: 6230623.

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

Color convert

RGB951895-
CMYK00.8100.63
HSL300º68.14%22.16%-
HSV(B)300º81.05%37.25%-
XYZ73.6911.17-
YUV49.8153.51160.24-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.67%
GREEN value IS 18 (7.42% from 255) = 8.65%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=45.67%
G=8.65%
B=45.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95189500.8100.6330068.1422.16
Hex5F125F05103F12c4416
Octal13722137012107745410426
Binary1011111100101011111010100010111111100101100100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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