#5D254F

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

Shades of Palatinate Purple #5D254F

Tints of Palatinate Purple #5D254F

Color information

#5D254F (or 0x5D254F) is unknown color: approx Palatinate Purple. HEX triplet: 5D, 25 and 4F. RGB value is (93,37,79). Sum of RGB (Red+Green+Blue) = 93+37+79=209 (27% of max value = 765). Red value is 93 (36.72% from 255 or 44.50% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 79 (31.25% from 255 or 37.80% from 209); Max value from RGB is 93 - color contains mainly: red. Hex color #5D254F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D254F is #A2DAB0. Grayscale: #3A3A3A. Windows color (decimal): -10672817 or 5186909. OLE color: 5186909.

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

Color convert

RGB933779-
CMYK00.600.150.64
HSL315º43.08%25.49%-
HSV(B)315º60.22%36.47%-
XYZ6.594.217.86-
YUV58.53139.55152.58-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 44.50%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 79 (31.25% from 255) = 37.80%
R=44.50%
G=17.70%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.15
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93377900.600.150.6431543.0825.49
Hex5D254F03CF4013b2b19
Octal13545117074171004735331
Binary1011101100101100111101111001111100000010011101110101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D254F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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