Html Css Color HEX #54022C Tyrian Purple

📋 copy color: '#54022C'

red 84 ◦ green 2 ◦ blue 44

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

Shades of Tyrian Purple #54022C

Tints of Tyrian Purple #54022C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.54%

 BLUE value IS 44 (17.58% from 255) = 33.85%

R = 64.62%
G = 1.54%
B = 33.85%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#54022C (or 0x54022C) is known color: Tyrian Purple. HEX triplet: 54, 02 and 2C. RGB value is (84,2,44). Sum of RGB (Red+Green+Blue) = 84+2+44=130 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.62% from 130); Green value is 2 (1.17% from 255 or 1.54% from 130); Blue value is 44 (17.58% from 255 or 33.85% from 130); Max value from RGB is 84 - color contains mainly: red. Hex color #54022C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54022C is #ABFDD3. Grayscale: #1F1F1F. Windows color (decimal): -11271636 or 2884180. OLE color: 2884180.

HSL color Cylindrical-coordinate representation of color #54022C: hue angle of 329.27º degrees, saturation: 0.95, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #54022C is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 2 44 -
CMYK 0 0.98 0.48 0.67
HSL 329.27º 0.95% 0.17% -
HSV(B) 329.27º 0.98% 0.33% -
XYZ 4.13 2.11 2.57 -
YUV 31.31 135.17 165.58 -
System Red Green Blue C M Y K H S L
Decimal 84 2 44 0 0.98 0.48 0.67 329.27 0.95 0.17
Hex 54 2 2C 0 62 30 43 149 5F 11
Octal 124 2 54 0 142 60 103 511 137 21
Binary 1010100 10 101100 0 1100010 110000 1000011 101001001 1011111 10001

Color Harmonies of #54022C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54022C

Black with #54022C

Text Example


Text Example

White with #54022C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54022C; }

 p { color: rgb(84,2,44); }

 H1.HeaderClassName
 {
   color: #54022C;
 }
 .AnyTagClassName
 {
   color: #54022C;
 }
</style>

background-color css

<style>
 a { background-color: #54022C; }

 a { background-color: rgb(84,2,44); }

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

border-color css

<style>
 span { border-color: #54022C; }

 span { border-color: rgb(84,2,44); }

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