Html Css Color HEX #54073A Tyrian Purple

📋 copy color: '#54073A'

red 84 ◦ green 7 ◦ blue 58

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

Shades of Tyrian Purple #54073A

Tints of Tyrian Purple #54073A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.7%

 BLUE value IS 58 (23.05% from 255) = 38.93%

R = 56.38%
G = 4.7%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#54073A (or 0x54073A) is known color: Tyrian Purple. HEX triplet: 54, 07 and 3A. RGB value is (84,7,58). Sum of RGB (Red+Green+Blue) = 84+7+58=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 7 (3.12% from 255 or 4.70% from 149); Blue value is 58 (23.05% from 255 or 38.93% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54073A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54073A is #ABF8C5. Grayscale: #232323. Windows color (decimal): -11270342 or 3802964. OLE color: 3802964.

HSL color Cylindrical-coordinate representation of color #54073A: hue angle of 320.26º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #54073A is Cyan = 0, Magento = 0.92, Yellow = 0.31 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 7 58 -
CMYK 0 0.92 0.31 0.67
HSL 320.26º 0.85% 0.18% -
HSV(B) 320.26º 0.92% 0.33% -
XYZ 4.5 2.34 4.22 -
YUV 35.84 140.51 162.35 -
System Red Green Blue C M Y K H S L
Decimal 84 7 58 0 0.92 0.31 0.67 320.26 0.85 0.18
Hex 54 7 3A 0 5C 1F 43 140 55 12
Octal 124 7 72 0 134 37 103 500 125 22
Binary 1010100 111 111010 0 1011100 11111 1000011 101000000 1010101 10010

Color Harmonies of #54073A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54073A

Black with #54073A

Text Example


Text Example

White with #54073A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54073A; }

 p { color: rgb(84,7,58); }

 H1.HeaderClassName
 {
   color: #54073A;
 }
 .AnyTagClassName
 {
   color: #54073A;
 }
</style>

background-color css

<style>
 a { background-color: #54073A; }

 a { background-color: rgb(84,7,58); }

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

border-color css

<style>
 span { border-color: #54073A; }

 span { border-color: rgb(84,7,58); }

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