#5F1458

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

Shades of Palatinate Purple #5F1458

Tints of Palatinate Purple #5F1458

Color information

#5F1458 (or 0x5F1458) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 14 and 58. RGB value is (95,20,88). Sum of RGB (Red+Green+Blue) = 95+20+88=203 (26% of max value = 765). Red value is 95 (37.5% from 255 or 46.80% from 203); Green value is 20 (8.20% from 255 or 9.85% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 95 - color contains mainly: red. Hex color #5F1458 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F1458 is #A0EBA7. Grayscale: #313131. Windows color (decimal): -10546088 or 5772383. OLE color: 5772383.

HSL color Cylindrical-coordinate representation of color #5F1458: hue angle of 305.6º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #5F1458 is Cyan = 0, Magento = 0.79, Yellow = 0.07 and Black (K on CMYK) = 0.63.

Color convert

RGB952088-
CMYK00.790.070.63
HSL305.6º65.22%22.55%-
HSV(B)305.6º78.95%37.25%-
XYZ6.733.649.58-
YUV50.18149.35159.97-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 46.80%
GREEN value IS 20 (8.20% from 255) = 9.85%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=46.80%
G=9.85%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.07
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95208800.790.070.63305.665.2222.55
Hex5F145804F73F1324117
Octal13724130011777746210127
Binary101111110100101100001001111111111111100110010100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F1458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,20,88); }

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

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

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

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

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

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

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