#5C155E

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

Shades of Palatinate Purple #5C155E

Tints of Palatinate Purple #5C155E

Color information

#5C155E (or 0x5C155E) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 15 and 5E. RGB value is (92,21,94). Sum of RGB (Red+Green+Blue) = 92+21+94=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 21 (8.59% from 255 or 10.14% from 207); Blue value is 94 (37.11% from 255 or 45.41% from 207); Max value from RGB is 94 - color contains mainly: blue. Hex color #5C155E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C155E is #A3EAA1. Grayscale: #323232. Windows color (decimal): -10742434 or 6165852. OLE color: 6165852.

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

Color convert

RGB922194-
CMYK0.020.7800.63
HSL298.36º63.48%22.55%-
HSV(B)298.36º77.66%36.86%-
XYZ6.73.6210.94-
YUV50.55152.52157.56-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.44%
GREEN value IS 21 (8.59% from 255) = 10.14%
BLUE value IS 94 (37.11% from 255) = 45.41%
R=44.44%
G=10.14%
B=45.41%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9221940.020.7800.63298.3663.4822.55
Hex5C155E24E03F12a3f17
Octal1342513621160774527727
Binary1011100101011011110101001110011111110010101011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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