#5F155E

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

Shades of Palatinate Purple #5F155E

Tints of Palatinate Purple #5F155E

Color information

#5F155E (or 0x5F155E) is unknown color: approx Palatinate Purple. HEX triplet: 5F, 15 and 5E. RGB value is (95,21,94). Sum of RGB (Red+Green+Blue) = 95+21+94=210 (27% of max value = 765). Red value is 95 (37.5% from 255 or 45.24% from 210); Green value is 21 (8.59% from 255 or 10% from 210); Blue value is 94 (37.11% from 255 or 44.76% from 210); Max value from RGB is 95 - color contains mainly: red. Hex color #5F155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5F155E is #A0EAA1. Grayscale: #333333. Windows color (decimal): -10545826 or 6165855. OLE color: 6165855.

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

Color convert

RGB952194-
CMYK00.780.010.63
HSL300.81º63.79%22.75%-
HSV(B)300.81º77.89%37.25%-
XYZ7.013.7810.95-
YUV51.45152.02159.06-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 45.24%
GREEN value IS 21 (8.59% from 255) = 10%
BLUE value IS 94 (37.11% from 255) = 44.76%
R=45.24%
G=10%
B=44.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.01
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95219400.780.010.63300.8163.7922.75
Hex5F155E04E13F12d4017
Octal13725136011617745510027
Binary1011111101011011110010011101111111100101101100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,21,94); }

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

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

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

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

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

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

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