#5F125A

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

Shades of Palatinate Purple #5F125A

Tints of Palatinate Purple #5F125A

Color information

#5F125A (or 0x5F125A) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 12 and 5A. RGB value is (95,18,90). Sum of RGB (Red+Green+Blue) = 95+18+90=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 18 (7.42% from 255 or 8.87% from 203); Blue value is 90 (35.55% from 255 or 44.33% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F125A is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F125A is #A0EDA5. Grayscale: #313131. Windows color (decimal): -10546598 or 5902943. OLE color: 5902943.

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

Color convert

RGB951890-
CMYK00.810.050.63
HSL303.9º68.14%22.16%-
HSV(B)303.9º81.05%37.25%-
XYZ6.783.610.01-
YUV49.23151.01160.65-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 18 (7.42% from 255) = 8.87%
BLUE value IS 90 (35.55% from 255) = 44.33%
R=46.80%
G=8.87%
B=44.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.05
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95189000.810.050.63303.968.1422.16
Hex5F125A05153F1304416
Octal13722132012157746010426
Binary101111110010101101001010001101111111100110000100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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