#5C255D

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

Shades of Palatinate Purple #5C255D

Tints of Palatinate Purple #5C255D

Color information

#5C255D (or 0x5C255D) is unknown color: approx Palatinate Purple. HEX triplet: 5C, 25 and 5D. RGB value is (92,37,93). Sum of RGB (Red+Green+Blue) = 92+37+93=222 (29% of max value = 765). Red value is 92 (36.33% from 255 or 41.44% from 222); Green value is 37 (14.84% from 255 or 16.67% from 222); Blue value is 93 (36.72% from 255 or 41.89% from 222); Max value from RGB is 93 - color contains mainly: blue. Hex color #5C255D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5C255D is #A3DAA2. Grayscale: #3B3B3B. Windows color (decimal): -10738339 or 6104412. OLE color: 6104412.

HSL color Cylindrical-coordinate representation of color #5C255D: hue angle of 298.93º 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 #5C255D is Cyan = 0.01, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB923793-
CMYK0.010.6000.64
HSL298.93º43.08%25.49%-
HSV(B)298.93º60.22%36.47%-
XYZ7.054.3910.83-
YUV59.83146.72150.95-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 41.44%
GREEN value IS 37 (14.84% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 41.89%
R=41.44%
G=16.67%
B=41.89%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9237930.010.6000.64298.9343.0825.49
Hex5C255D13C04012b2b19
Octal1344513517401004535331
Binary1011100100101101110111111000100000010010101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C255D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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