#5C1261

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

Shades of Palatinate Purple #5C1261

Tints of Palatinate Purple #5C1261

Color information

#5C1261 (or 0x5C1261) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 12 and 61. RGB value is (92,18,97). Sum of RGB (Red+Green+Blue) = 92+18+97=207 (27% of max value = 765). Red value is 92 (36.33% from 255 or 44.44% from 207); Green value is 18 (7.42% from 255 or 8.70% from 207); Blue value is 97 (38.28% from 255 or 46.86% from 207); Max value from RGB is 97 - color contains mainly: blue. Hex color #5C1261 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C1261 is #A3ED9E. Grayscale: #303030. Windows color (decimal): -10743199 or 6361692. OLE color: 6361692.

HSL color Cylindrical-coordinate representation of color #5C1261: hue angle of 296.2º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5C1261 is Cyan = 0.05, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB921897-
CMYK0.050.8100.62
HSL296.2º68.7%22.55%-
HSV(B)296.2º81.44%38.04%-
XYZ6.793.5711.64-
YUV49.13155.02158.58-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 44.44%
GREEN value IS 18 (7.42% from 255) = 8.70%
BLUE value IS 97 (38.28% from 255) = 46.86%
R=44.44%
G=8.70%
B=46.86%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9218970.050.8100.62296.268.722.55
Hex5C126155103E1284517
Octal13422141512107645010527
Binary101110010010110000110110100010111110100101000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C1261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,18,97); }

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

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

 a { background-color: rgb(92,18,97); }

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

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

 span { border-color: rgb(92,18,97); }

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