Html Css Color HEX #54114D Palatinate Purple

📋 copy color: '#54114D'

red 84 ◦ green 17 ◦ blue 77

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

Shades of Palatinate Purple #54114D

Tints of Palatinate Purple #54114D

RGB

 RED value IS 84 (33.2% from 255) = 47.19%

 GREEN value IS 17 (7.03% from 255) = 9.55%

 BLUE value IS 77 (30.47% from 255) = 43.26%

R = 47.19%
G = 9.55%
B = 43.26%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.08

 K value IS 0.67

RGB Variations

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

Color information

#54114D (or 0x54114D) is known color: Palatinate Purple. HEX triplet: 54, 11 and 4D. RGB value is (84,17,77). Sum of RGB (Red+Green+Blue) = 84+17+77=178 (23% of max value = 765). Red value is 84 (33.20% from 255 or 47.19% from 178); Green value is 17 (7.03% from 255 or 9.55% from 178); Blue value is 77 (30.47% from 255 or 43.26% from 178); Max value from RGB is 84 - color contains mainly: red. Hex color #54114D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54114D is #ABEEB2. Grayscale: #2B2B2B. Windows color (decimal): -11267763 or 5050708. OLE color: 5050708.

HSL color Cylindrical-coordinate representation of color #54114D: hue angle of 306.27º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54114D is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 77 -
CMYK 0 0.80 0.08 0.67
HSL 306.27º 0.66% 0.2% -
HSV(B) 306.27º 0.8% 0.33% -
XYZ 5.2 2.82 7.29 -
YUV 43.87 146.7 156.62 -
System Red Green Blue C M Y K H S L
Decimal 84 17 77 0 0.80 0.08 0.67 306.27 0.66 0.2
Hex 54 11 4D 0 50 8 43 132 42 14
Octal 124 21 115 0 120 10 103 462 102 24
Binary 1010100 10001 1001101 0 1010000 1000 1000011 100110010 1000010 10100

Color Harmonies of #54114D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54114D

Black with #54114D

Text Example


Text Example

White with #54114D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54114D; }

 p { color: rgb(84,17,77); }

 H1.HeaderClassName
 {
   color: #54114D;
 }
 .AnyTagClassName
 {
   color: #54114D;
 }
</style>

background-color css

<style>
 a { background-color: #54114D; }

 a { background-color: rgb(84,17,77); }

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

border-color css

<style>
 span { border-color: #54114D; }

 span { border-color: rgb(84,17,77); }

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