#5C1567

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

Shades of Palatinate Purple #5C1567

Tints of Palatinate Purple #5C1567

Color information

#5C1567 (or 0x5C1567) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 15 and 67. RGB value is (92,21,103). Sum of RGB (Red+Green+Blue) = 92+21+103=216 (28% of max value = 765). Red value is 92 (36.33% from 255 or 42.59% from 216); Green value is 21 (8.59% from 255 or 9.72% from 216); Blue value is 103 (40.62% from 255 or 47.69% from 216); Max value from RGB is 103 - color contains mainly: blue. Hex color #5C1567 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1567 is #A3EA98. Grayscale: #333333. Windows color (decimal): -10742425 or 6755676. OLE color: 6755676.

HSL color Cylindrical-coordinate representation of color #5C1567: hue angle of 291.95º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5C1567 is Cyan = 0.11, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB9221103-
CMYK0.110.8000.60
HSL291.95º66.13%24.31%-
HSV(B)291.95º79.61%40.39%-
XYZ7.133.7913.19-
YUV51.58157.02156.83-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 42.59%
GREEN value IS 21 (8.59% from 255) = 9.72%
BLUE value IS 103 (40.62% from 255) = 47.69%
R=42.59%
G=9.72%
B=47.69%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal92211030.110.8000.60291.9566.1324.31
Hex5C1567B5003C1244218
Octal134251471312007444410230
Binary1011100101011100111101110100000111100100100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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