Html Css Color HEX #54014B Tyrian Purple

📋 copy color: '#54014B'

red 84 ◦ green 1 ◦ blue 75

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

Shades of Tyrian Purple #54014B

Tints of Tyrian Purple #54014B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 46.88%

R = 52.5%
G = 0.63%
B = 46.88%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54014B (or 0x54014B) is known color: Tyrian Purple. HEX triplet: 54, 01 and 4B. RGB value is (84,1,75). Sum of RGB (Red+Green+Blue) = 84+1+75=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 1 (0.78% from 255 or 0.62% from 160); Blue value is 75 (29.69% from 255 or 46.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #54014B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54014B is #ABFEB4. Grayscale: #222222. Windows color (decimal): -11271861 or 4915540. OLE color: 4915540.

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

Color convert

RGB 84 1 75 -
CMYK 0 0.99 0.11 0.67
HSL 306.51º 0.98% 0.17% -
HSV(B) 306.51º 0.99% 0.33% -
XYZ 4.94 2.41 6.86 -
YUV 34.25 151 163.48 -
System Red Green Blue C M Y K H S L
Decimal 84 1 75 0 0.99 0.11 0.67 306.51 0.98 0.17
Hex 54 1 4B 0 63 B 43 133 62 11
Octal 124 1 113 0 143 13 103 463 142 21
Binary 1010100 1 1001011 0 1100011 1011 1000011 100110011 1100010 10001

Color Harmonies of #54014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54014B

Black with #54014B

Text Example


Text Example

White with #54014B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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