#5C194D

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

Shades of Palatinate Purple #5C194D

Tints of Palatinate Purple #5C194D

Color information

#5C194D (or 0x5C194D) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 19 and 4D. RGB value is (92,25,77). Sum of RGB (Red+Green+Blue) = 92+25+77=194 (25% of max value = 765). Red value is 92 (36.33% from 255 or 47.42% from 194); Green value is 25 (10.16% from 255 or 12.89% from 194); Blue value is 77 (30.47% from 255 or 39.69% from 194); Max value from RGB is 92 - color contains mainly: red. Hex color #5C194D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5C194D is #A3E6B2. Grayscale: #323232. Windows color (decimal): -10741427 or 5052764. OLE color: 5052764.

HSL color Cylindrical-coordinate representation of color #5C194D: hue angle of 313.43º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C194D is Cyan = 0, Magento = 0.73, Yellow = 0.16 and Black (K on CMYK) = 0.64.

Color convert

RGB922577-
CMYK00.730.160.64
HSL313.43º57.26%22.94%-
HSV(B)313.43º72.83%36.08%-
XYZ6.13.517.38-
YUV50.96142.7157.27-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 47.42%
GREEN value IS 25 (10.16% from 255) = 12.89%
BLUE value IS 77 (30.47% from 255) = 39.69%
R=47.42%
G=12.89%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.16
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92257700.730.160.64313.4357.2622.94
Hex5C194D04910401393917
Octal134311150111201004717127
Binary10111001100110011010100100110000100000010011100111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C194D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,25,77); }

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

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

 a { background-color: rgb(92,25,77); }

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

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

 span { border-color: rgb(92,25,77); }

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