#5F125C

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

Shades of Palatinate Purple #5F125C

Tints of Palatinate Purple #5F125C

Color information

#5F125C (or 0x5F125C) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 12 and 5C. RGB value is (95,18,92). Sum of RGB (Red+Green+Blue) = 95+18+92=205 (27% of max value = 765). Red value is 95 (37.5% from 255 or 46.34% from 205); Green value is 18 (7.42% from 255 or 8.78% from 205); Blue value is 92 (36.33% from 255 or 44.88% from 205); Max value from RGB is 95 - color contains mainly: red. Hex color #5F125C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F125C is #A0EDA3. Grayscale: #313131. Windows color (decimal): -10546596 or 6034015. OLE color: 6034015.

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

Color convert

RGB951892-
CMYK00.810.030.63
HSL302.34º68.14%22.16%-
HSV(B)302.34º81.05%37.25%-
XYZ6.873.6410.47-
YUV49.46152.01160.48-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.34%
GREEN value IS 18 (7.42% from 255) = 8.78%
BLUE value IS 92 (36.33% from 255) = 44.88%
R=46.34%
G=8.78%
B=44.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.03
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95189200.810.030.63302.3468.1422.16
Hex5F125C05133F12e4416
Octal13722134012137745610426
Binary10111111001010111000101000111111111100101110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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