Html Css Color HEX #54033B Tyrian Purple

📋 copy color: '#54033B'

red 84 ◦ green 3 ◦ blue 59

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

Shades of Tyrian Purple #54033B

Tints of Tyrian Purple #54033B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.41%

R = 57.53%
G = 2.05%
B = 40.41%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54033B (or 0x54033B) is known color: Tyrian Purple. HEX triplet: 54, 03 and 3B. RGB value is (84,3,59). Sum of RGB (Red+Green+Blue) = 84+3+59=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 3 (1.56% from 255 or 2.05% from 146); Blue value is 59 (23.44% from 255 or 40.41% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #54033B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54033B is #ABFCC4. Grayscale: #212121. Windows color (decimal): -11271365 or 3867476. OLE color: 3867476.

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

Color convert

RGB 84 3 59 -
CMYK 0 0.96 0.30 0.67
HSL 318.52º 0.93% 0.17% -
HSV(B) 318.52º 0.96% 0.33% -
XYZ 4.48 2.27 4.34 -
YUV 33.6 142.34 163.95 -
System Red Green Blue C M Y K H S L
Decimal 84 3 59 0 0.96 0.30 0.67 318.52 0.93 0.17
Hex 54 3 3B 0 60 1E 43 13F 5D 11
Octal 124 3 73 0 140 36 103 477 135 21
Binary 1010100 11 111011 0 1100000 11110 1000011 100111111 1011101 10001

Color Harmonies of #54033B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54033B

Black with #54033B

Text Example


Text Example

White with #54033B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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