Html Css Color HEX #54012B Tyrian Purple

📋 copy color: '#54012B'

red 84 ◦ green 1 ◦ blue 43

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

Shades of Tyrian Purple #54012B

Tints of Tyrian Purple #54012B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 33.59%

R = 65.63%
G = 0.78%
B = 33.59%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54012B (or 0x54012B) is known color: Tyrian Purple. HEX triplet: 54, 01 and 2B. RGB value is (84,1,43). Sum of RGB (Red+Green+Blue) = 84+1+43=128 (16% of max value = 765). Red value is 84 (33.20% from 255 or 65.62% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 43 (17.19% from 255 or 33.59% from 128); Max value from RGB is 84 - color contains mainly: red. Hex color #54012B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54012B is #ABFED4. Grayscale: #1E1E1E. Windows color (decimal): -11271893 or 2818388. OLE color: 2818388.

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

Color convert

RGB 84 1 43 -
CMYK 0 0.99 0.49 0.67
HSL 329.64º 0.98% 0.17% -
HSV(B) 329.64º 0.99% 0.33% -
XYZ 4.1 2.08 2.47 -
YUV 30.61 135 166.08 -
System Red Green Blue C M Y K H S L
Decimal 84 1 43 0 0.99 0.49 0.67 329.64 0.98 0.17
Hex 54 1 2B 0 63 31 43 14A 62 11
Octal 124 1 53 0 143 61 103 512 142 21
Binary 1010100 1 101011 0 1100011 110001 1000011 101001010 1100010 10001

Color Harmonies of #54012B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54012B

Black with #54012B

Text Example


Text Example

White with #54012B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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