Html Css Color HEX #54032B Tyrian Purple

📋 copy color: '#54032B'

red 84 ◦ green 3 ◦ blue 43

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

Shades of Tyrian Purple #54032B

Tints of Tyrian Purple #54032B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.31%

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

R = 64.62%
G = 2.31%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#54032B (or 0x54032B) is known color: Tyrian Purple. HEX triplet: 54, 03 and 2B. RGB value is (84,3,43). Sum of RGB (Red+Green+Blue) = 84+3+43=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 3 (1.56% from 255 or 2.31% from 130); Blue value is 43 (17.19% from 255 or 33.08% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54032B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54032B is #ABFCD4. Grayscale: #1F1F1F. Windows color (decimal): -11271381 or 2818900. OLE color: 2818900.

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

Color convert

RGB 84 3 43 -
CMYK 0 0.96 0.49 0.67
HSL 330.37º 0.93% 0.17% -
HSV(B) 330.37º 0.96% 0.33% -
XYZ 4.12 2.12 2.48 -
YUV 31.78 134.34 165.25 -
System Red Green Blue C M Y K H S L
Decimal 84 3 43 0 0.96 0.49 0.67 330.37 0.93 0.17
Hex 54 3 2B 0 60 31 43 14A 5D 11
Octal 124 3 53 0 140 61 103 512 135 21
Binary 1010100 11 101011 0 1100000 110001 1000011 101001010 1011101 10001

Color Harmonies of #54032B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54032B

Black with #54032B

Text Example


Text Example

White with #54032B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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