Html Css Color HEX #54003A Tyrian Purple

📋 copy color: '#54003A'

red 84 ◦ green 0 ◦ blue 58

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

Shades of Tyrian Purple #54003A

Tints of Tyrian Purple #54003A

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 59.15%
G = 0%
B = 40.85%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#54003A (or 0x54003A) is known color: Tyrian Purple. HEX triplet: 54, 00 and 3A. RGB value is (84,0,58). Sum of RGB (Red+Green+Blue) = 84+0+58=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 0 (0.39% from 255 or 0% from 142); Blue value is 58 (23.05% from 255 or 40.85% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #54003A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54003A is #ABFFC5. Grayscale: #1F1F1F. Windows color (decimal): -11272134 or 3801172. OLE color: 3801172.

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

Color convert

RGB 84 0 58 -
CMYK 0 1 0.31 0.67
HSL 318.57º 1% 0.16% -
HSV(B) 318.57º 1% 0.33% -
XYZ 4.42 2.19 4.19 -
YUV 31.73 142.83 165.28 -
System Red Green Blue C M Y K H S L
Decimal 84 0 58 0 1 0.31 0.67 318.57 1 0.16
Hex 54 0 3A 0 64 1F 43 13F 64 10
Octal 124 0 72 0 144 37 103 477 144 20
Binary 1010100 0 111010 0 1100100 11111 1000011 100111111 1100100 10000

Color Harmonies of #54003A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54003A

Black with #54003A

Text Example


Text Example

White with #54003A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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