#5D255C

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

Shades of Palatinate Purple #5D255C

Tints of Palatinate Purple #5D255C

Color information

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

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

Color convert

RGB933792-
CMYK00.600.010.64
HSL301.07º43.08%25.49%-
HSV(B)301.07º60.22%36.47%-
XYZ7.114.4210.6-
YUV60.01146.05151.53-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93379200.600.010.64301.0743.0825.49
Hex5D255C03C14012d2b19
Octal1354513407411004555331
Binary1011101100101101110001111001100000010010110110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D255C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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