#5D2F5C

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

Shades of Palatinate Purple #5D2F5C

Tints of Palatinate Purple #5D2F5C

Color information

#5D2F5C (or 0x5D2F5C) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 2F and 5C. RGB value is (93,47,92). Sum of RGB (Red+Green+Blue) = 93+47+92=232 (30% of max value = 765). Red value is 93 (36.72% from 255 or 40.09% from 232); Green value is 47 (18.75% from 255 or 20.26% from 232); Blue value is 92 (36.33% from 255 or 39.66% from 232); Max value from RGB is 93 - color contains mainly: red. Hex color #5D2F5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D2F5C is #A2D0A3. Grayscale: #414141. Windows color (decimal): -10670244 or 6041437. OLE color: 6041437.

HSL color Cylindrical-coordinate representation of color #5D2F5C: hue angle of 301.3º degrees, saturation: 0.33, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5D2F5C is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.64.

Color convert

RGB934792-
CMYK00.490.010.64
HSL301.3º32.86%27.45%-
HSV(B)301.3º49.46%36.47%-
XYZ7.465.1310.72-
YUV65.88142.74147.34-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 40.09%
GREEN value IS 47 (18.75% from 255) = 20.26%
BLUE value IS 92 (36.33% from 255) = 39.66%
R=40.09%
G=20.26%
B=39.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93479200.490.010.64301.332.8627.45
Hex5D2F5C03114012d211b
Octal1355713406111004554133
Binary1011101101111101110001100011100000010010110110000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D2F5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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