#5C2255

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

Shades of Palatinate Purple #5C2255

Tints of Palatinate Purple #5C2255

Color information

#5C2255 (or 0x5C2255) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 22 and 55. RGB value is (92,34,85). Sum of RGB (Red+Green+Blue) = 92+34+85=211 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.60% from 211); Green value is 34 (13.67% from 255 or 16.11% from 211); Blue value is 85 (33.59% from 255 or 40.28% from 211); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2255 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2255 is #A3DDAA. Grayscale: #393939. Windows color (decimal): -10739115 or 5579356. OLE color: 5579356.

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

Color convert

RGB923485-
CMYK00.630.080.64
HSL307.24º46.03%24.71%-
HSV(B)307.24º63.04%36.08%-
XYZ6.634.089.03-
YUV57.16143.72152.85-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.60%
GREEN value IS 34 (13.67% from 255) = 16.11%
BLUE value IS 85 (33.59% from 255) = 40.28%
R=43.60%
G=16.11%
B=40.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.08
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92348500.630.080.64307.2446.0324.71
Hex5C225503F8401332e19
Octal13442125077101004635631
Binary1011100100010101010101111111000100000010011001110111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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