#5C214E

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

Shades of Palatinate Purple #5C214E

Tints of Palatinate Purple #5C214E

Color information

#5C214E (or 0x5C214E) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 21 and 4E. RGB value is (92,33,78). Sum of RGB (Red+Green+Blue) = 92+33+78=203 (26% of max value = 765). Red value is 92 (36.33% from 255 or 45.32% from 203); Green value is 33 (13.28% from 255 or 16.26% from 203); Blue value is 78 (30.86% from 255 or 38.42% from 203); Max value from RGB is 92 - color contains mainly: red. Hex color #5C214E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C214E is #A3DEB1. Grayscale: #373737. Windows color (decimal): -10739378 or 5120348. OLE color: 5120348.

HSL color Cylindrical-coordinate representation of color #5C214E: hue angle of 314.24º degrees, saturation: 0.47, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5C214E is Cyan = 0, Magento = 0.64, Yellow = 0.15 and Black (K on CMYK) = 0.64.

Color convert

RGB923378-
CMYK00.640.150.64
HSL314.24º47.2%24.51%-
HSV(B)314.24º64.13%36.08%-
XYZ6.333.917.63-
YUV55.77140.55153.84-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 45.32%
GREEN value IS 33 (13.28% from 255) = 16.26%
BLUE value IS 78 (30.86% from 255) = 38.42%
R=45.32%
G=16.26%
B=38.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92337800.640.150.64314.2447.224.51
Hex5C214E040F4013a2f19
Octal134411160100171004725731
Binary10111001000011001110010000001111100000010011101010111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C214E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,33,78); }

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

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

 a { background-color: rgb(92,33,78); }

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

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

 span { border-color: rgb(92,33,78); }

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