Html Css Color HEX #5D1E51 Palatinate Purple

📋 copy color: '#5D1E51'

red 93 ◦ green 30 ◦ blue 81

#5D1E51
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Palatinate Purple #5D1E51

Tints of Palatinate Purple #5D1E51

RGB

 RED value IS 93 (36.72% from 255) = 45.59%

 GREEN value IS 30 (12.11% from 255) = 14.71%

 BLUE value IS 81 (32.03% from 255) = 39.71%

R = 45.59%
G = 14.71%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.64

RGB Variations

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

Color information

#5D1E51 (or 0x5D1E51) is known color: Palatinate Purple. HEX triplet: 5D, 1E and 51. RGB value is (93,30,81). Sum of RGB (Red+Green+Blue) = 93+30+81=204 (27% of max value = 765). Red value is 93 (36.72% from 255 or 45.59% from 204); Green value is 30 (12.11% from 255 or 14.71% from 204); Blue value is 81 (32.03% from 255 or 39.71% from 204); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1E51 is #A2E1AE. Grayscale: #363636. Windows color (decimal): -10674607 or 5316189. OLE color: 5316189.

HSL color Cylindrical-coordinate representation of color #5D1E51: hue angle of 311.43º degrees, saturation: 0.51, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5D1E51 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.64.

Color convert

RGB 93 30 81 -
CMYK 0 0.68 0.13 0.64
HSL 311.43º 0.51% 0.24% -
HSV(B) 311.43º 0.68% 0.36% -
XYZ 6.46 3.85 8.19 -
YUV 54.65 142.87 155.35 -
System Red Green Blue C M Y K H S L
Decimal 93 30 81 0 0.68 0.13 0.64 311.43 0.51 0.24
Hex 5D 1E 51 0 44 D 40 137 33 18
Octal 135 36 121 0 104 15 100 467 63 30
Binary 1011101 11110 1010001 0 1000100 1101 1000000 100110111 110011 11000

Color Harmonies of #5D1E51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1E51

Black with #5D1E51

Text Example


Text Example

White with #5D1E51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,30,81); }

 H1.HeaderClassName
 {
   color: #5D1E51;
 }
 .AnyTagClassName
 {
   color: #5D1E51;
 }
</style>

background-color css

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

 a { background-color: rgb(93,30,81); }

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

border-color css

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

 span { border-color: rgb(93,30,81); }

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