Html Css Color HEX #54014F Tyrian Purple

📋 copy color: '#54014F'

red 84 ◦ green 1 ◦ blue 79

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

Shades of Tyrian Purple #54014F

Tints of Tyrian Purple #54014F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 48.17%

R = 51.22%
G = 0.61%
B = 48.17%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54014F (or 0x54014F) is known color: Tyrian Purple. HEX triplet: 54, 01 and 4F. RGB value is (84,1,79). Sum of RGB (Red+Green+Blue) = 84+1+79=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 1 (0.78% from 255 or 0.61% from 164); Blue value is 79 (31.25% from 255 or 48.17% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #54014F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54014F is #ABFEB0. Grayscale: #222222. Windows color (decimal): -11271857 or 5177684. OLE color: 5177684.

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

Color convert

RGB 84 1 79 -
CMYK 0 0.99 0.06 0.67
HSL 303.61º 0.98% 0.17% -
HSV(B) 303.61º 0.99% 0.33% -
XYZ 5.08 2.47 7.61 -
YUV 34.71 153 163.16 -
System Red Green Blue C M Y K H S L
Decimal 84 1 79 0 0.99 0.06 0.67 303.61 0.98 0.17
Hex 54 1 4F 0 63 6 43 130 62 11
Octal 124 1 117 0 143 6 103 460 142 21
Binary 1010100 1 1001111 0 1100011 110 1000011 100110000 1100010 10001

Color Harmonies of #54014F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54014F

Black with #54014F

Text Example


Text Example

White with #54014F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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