Html Css Color HEX #54014E Tyrian Purple

📋 copy color: '#54014E'

red 84 ◦ green 1 ◦ blue 78

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

Shades of Tyrian Purple #54014E

Tints of Tyrian Purple #54014E

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.61%

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

R = 51.53%
G = 0.61%
B = 47.85%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#54014E (or 0x54014E) is known color: Tyrian Purple. HEX triplet: 54, 01 and 4E. RGB value is (84,1,78). Sum of RGB (Red+Green+Blue) = 84+1+78=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 1 (0.78% from 255 or 0.61% from 163); Blue value is 78 (30.86% from 255 or 47.85% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #54014E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54014E is #ABFEB1. Grayscale: #222222. Windows color (decimal): -11271858 or 5112148. OLE color: 5112148.

HSL color Cylindrical-coordinate representation of color #54014E: hue angle of 304.34º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #54014E is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 78 -
CMYK 0 0.99 0.07 0.67
HSL 304.34º 0.98% 0.17% -
HSV(B) 304.34º 0.99% 0.33% -
XYZ 5.04 2.46 7.42 -
YUV 34.6 152.5 163.24 -
System Red Green Blue C M Y K H S L
Decimal 84 1 78 0 0.99 0.07 0.67 304.34 0.98 0.17
Hex 54 1 4E 0 63 7 43 130 62 11
Octal 124 1 116 0 143 7 103 460 142 21
Binary 1010100 1 1001110 0 1100011 111 1000011 100110000 1100010 10001

Color Harmonies of #54014E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54014E

Black with #54014E

Text Example


Text Example

White with #54014E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54014E; }

 p { color: rgb(84,1,78); }

 H1.HeaderClassName
 {
   color: #54014E;
 }
 .AnyTagClassName
 {
   color: #54014E;
 }
</style>

background-color css

<style>
 a { background-color: #54014E; }

 a { background-color: rgb(84,1,78); }

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

border-color css

<style>
 span { border-color: #54014E; }

 span { border-color: rgb(84,1,78); }

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