#5C1555

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

Shades of Palatinate Purple #5C1555

Tints of Palatinate Purple #5C1555

Color information

#5C1555 (or 0x5C1555) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 15 and 55. RGB value is (92,21,85). Sum of RGB (Red+Green+Blue) = 92+21+85=198 (26% of max value = 765). Red value is 92 (36.33% from 255 or 46.46% from 198); Green value is 21 (8.59% from 255 or 10.61% from 198); Blue value is 85 (33.59% from 255 or 42.93% from 198); Max value from RGB is 92 - color contains mainly: red. Hex color #5C1555 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1555 is #A3EAAA. Grayscale: #313131. Windows color (decimal): -10742443 or 5576028. OLE color: 5576028.

HSL color Cylindrical-coordinate representation of color #5C1555: hue angle of 305.92º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5C1555 is Cyan = 0, Magento = 0.77, Yellow = 0.08 and Black (K on CMYK) = 0.64.

Color convert

RGB922185-
CMYK00.770.080.64
HSL305.92º62.83%22.16%-
HSV(B)305.92º77.17%36.08%-
XYZ6.323.478.93-
YUV49.52148.02158.3-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 46.46%
GREEN value IS 21 (8.59% from 255) = 10.61%
BLUE value IS 85 (33.59% from 255) = 42.93%
R=46.46%
G=10.61%
B=42.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92218500.770.080.64305.9262.8322.16
Hex5C155504D8401323f16
Octal134251250115101004627726
Binary1011100101011010101010011011000100000010011001011111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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