Html Css Color HEX #54014C Tyrian Purple

📋 copy color: '#54014C'

red 84 ◦ green 1 ◦ blue 76

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

Shades of Tyrian Purple #54014C

Tints of Tyrian Purple #54014C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 47.2%

R = 52.17%
G = 0.62%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.10

 K value IS 0.67

RGB Variations

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

Color information

#54014C (or 0x54014C) is known color: Tyrian Purple. HEX triplet: 54, 01 and 4C. RGB value is (84,1,76). Sum of RGB (Red+Green+Blue) = 84+1+76=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 76 (30.08% from 255 or 47.20% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #54014C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54014C is #ABFEB3. Grayscale: #222222. Windows color (decimal): -11271860 or 4981076. OLE color: 4981076.

HSL color Cylindrical-coordinate representation of color #54014C: hue angle of 305.78º 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 #54014C is Cyan = 0, Magento = 0.99, Yellow = 0.10 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 1 76 -
CMYK 0 0.99 0.10 0.67
HSL 305.78º 0.98% 0.17% -
HSV(B) 305.78º 0.99% 0.33% -
XYZ 4.97 2.43 7.04 -
YUV 34.37 151.5 163.4 -
System Red Green Blue C M Y K H S L
Decimal 84 1 76 0 0.99 0.10 0.67 305.78 0.98 0.17
Hex 54 1 4C 0 63 A 43 132 62 11
Octal 124 1 114 0 143 12 103 462 142 21
Binary 1010100 1 1001100 0 1100011 1010 1000011 100110010 1100010 10001

Color Harmonies of #54014C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54014C

Black with #54014C

Text Example


Text Example

White with #54014C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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