Html Css Color HEX #5D1D4E Palatinate Purple

📋 copy color: '#5D1D4E'

red 93 ◦ green 29 ◦ blue 78

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

Shades of Palatinate Purple #5D1D4E

Tints of Palatinate Purple #5D1D4E

RGB

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

 GREEN value IS 29 (11.72% from 255) = 14.5%

 BLUE value IS 78 (30.86% from 255) = 39%

R = 46.5%
G = 14.5%
B = 39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.16

 K value IS 0.64

RGB Variations

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

Color information

#5D1D4E (or 0x5D1D4E) is known color: Palatinate Purple. HEX triplet: 5D, 1D and 4E. RGB value is (93,29,78). Sum of RGB (Red+Green+Blue) = 93+29+78=200 (26% of max value = 765). Red value is 93 (36.72% from 255 or 46.5% from 200); Green value is 29 (11.72% from 255 or 14.5% from 200); Blue value is 78 (30.86% from 255 or 39% from 200); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D1D4E is #A2E2B1. Grayscale: #353535. Windows color (decimal): -10674866 or 5119325. OLE color: 5119325.

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

Color convert

RGB 93 29 78 -
CMYK 0 0.69 0.16 0.64
HSL 314.06º 0.52% 0.24% -
HSV(B) 314.06º 0.69% 0.36% -
XYZ 6.33 3.76 7.6 -
YUV 53.72 141.7 156.02 -
System Red Green Blue C M Y K H S L
Decimal 93 29 78 0 0.69 0.16 0.64 314.06 0.52 0.24
Hex 5D 1D 4E 0 45 10 40 13A 34 18
Octal 135 35 116 0 105 20 100 472 64 30
Binary 1011101 11101 1001110 0 1000101 10000 1000000 100111010 110100 11000

Color Harmonies of #5D1D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D1D4E

Black with #5D1D4E

Text Example


Text Example

White with #5D1D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,29,78); }

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

background-color css

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

 a { background-color: rgb(93,29,78); }

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

border-color css

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

 span { border-color: rgb(93,29,78); }

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