#5C2551

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

Shades of Palatinate Purple #5C2551

Tints of Palatinate Purple #5C2551

Color information

#5C2551 (or 0x5C2551) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 25 and 51. RGB value is (92,37,81). Sum of RGB (Red+Green+Blue) = 92+37+81=210 (27% of max value = 765). Red value is 92 (36.33% from 255 or 43.81% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 81 (32.03% from 255 or 38.57% from 210); Max value from RGB is 92 - color contains mainly: red. Hex color #5C2551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C2551 is #A3DAAE. Grayscale: #3A3A3A. Windows color (decimal): -10738351 or 5317980. OLE color: 5317980.

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

Color convert

RGB923781-
CMYK00.600.120.64
HSL312º42.64%25.29%-
HSV(B)312º59.78%36.08%-
XYZ6.564.198.25-
YUV58.46140.72151.92-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 43.81%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 81 (32.03% from 255) = 38.57%
R=43.81%
G=17.62%
B=38.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.12
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92378100.600.120.6431242.6425.29
Hex5C255103CC401382b19
Octal13445121074141004705331
Binary1011100100101101000101111001100100000010011100010101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C2551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,37,81); }

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

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

 a { background-color: rgb(92,37,81); }

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

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

 span { border-color: rgb(92,37,81); }

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