Html Css Color HEX #54034B Tyrian Purple

📋 copy color: '#54034B'

red 84 ◦ green 3 ◦ blue 75

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

Shades of Tyrian Purple #54034B

Tints of Tyrian Purple #54034B

RGB

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

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

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

R = 51.85%
G = 1.85%
B = 46.3%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#54034B (or 0x54034B) is known color: Tyrian Purple. HEX triplet: 54, 03 and 4B. RGB value is (84,3,75). Sum of RGB (Red+Green+Blue) = 84+3+75=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 3 (1.56% from 255 or 1.85% from 162); Blue value is 75 (29.69% from 255 or 46.30% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54034B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54034B is #ABFCB4. Grayscale: #232323. Windows color (decimal): -11271349 or 4916052. OLE color: 4916052.

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

Color convert

RGB 84 3 75 -
CMYK 0 0.96 0.11 0.67
HSL 306.67º 0.93% 0.17% -
HSV(B) 306.67º 0.96% 0.33% -
XYZ 4.96 2.46 6.87 -
YUV 35.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 84 3 75 0 0.96 0.11 0.67 306.67 0.93 0.17
Hex 54 3 4B 0 60 B 43 133 5D 11
Octal 124 3 113 0 140 13 103 463 135 21
Binary 1010100 11 1001011 0 1100000 1011 1000011 100110011 1011101 10001

Color Harmonies of #54034B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54034B

Black with #54034B

Text Example


Text Example

White with #54034B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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