Html Css Color HEX #54042B Tyrian Purple

📋 copy color: '#54042B'

red 84 ◦ green 4 ◦ blue 43

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

Shades of Tyrian Purple #54042B

Tints of Tyrian Purple #54042B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.05%

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

R = 64.12%
G = 3.05%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54042B (or 0x54042B) is known color: Tyrian Purple. HEX triplet: 54, 04 and 2B. RGB value is (84,4,43). Sum of RGB (Red+Green+Blue) = 84+4+43=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 4 (1.95% from 255 or 3.05% from 131); Blue value is 43 (17.19% from 255 or 32.82% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54042B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54042B is #ABFBD4. Grayscale: #202020. Windows color (decimal): -11271125 or 2819156. OLE color: 2819156.

HSL color Cylindrical-coordinate representation of color #54042B: hue angle of 330.75º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #54042B is Cyan = 0, Magento = 0.95, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 43 -
CMYK 0 0.95 0.49 0.67
HSL 330.75º 0.91% 0.17% -
HSV(B) 330.75º 0.95% 0.33% -
XYZ 4.14 2.15 2.48 -
YUV 32.37 134 164.83 -
System Red Green Blue C M Y K H S L
Decimal 84 4 43 0 0.95 0.49 0.67 330.75 0.91 0.17
Hex 54 4 2B 0 5F 31 43 14B 5B 11
Octal 124 4 53 0 137 61 103 513 133 21
Binary 1010100 100 101011 0 1011111 110001 1000011 101001011 1011011 10001

Color Harmonies of #54042B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54042B

Black with #54042B

Text Example


Text Example

White with #54042B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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