Html Css Color HEX #54002A Tyrian Purple

📋 copy color: '#54002A'

red 84 ◦ green 0 ◦ blue 42

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

Shades of Tyrian Purple #54002A

Tints of Tyrian Purple #54002A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 33.33%

R = 66.67%
G = 0%
B = 33.33%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.5

 K value IS 0.67

RGB Variations

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

Color information

#54002A (or 0x54002A) is known color: Tyrian Purple. HEX triplet: 54, 00 and 2A. RGB value is (84,0,42). Sum of RGB (Red+Green+Blue) = 84+0+42=126 (16% of max value = 765). Red value is 84 (33.20% from 255 or 66.67% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 42 (16.80% from 255 or 33.33% from 126); Max value from RGB is 84 - color contains mainly: red. Hex color #54002A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002A is #ABFFD5. Grayscale: #1D1D1D. Windows color (decimal): -11272150 or 2752596. OLE color: 2752596.

HSL color Cylindrical-coordinate representation of color #54002A: hue angle of 330º 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 #54002A is Cyan = 0, Magento = 1, Yellow = 0.5 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 0 42 -
CMYK 0 1 0.5 0.67
HSL 330º 1% 0.16% -
HSV(B) 330º 1% 0.33% -
XYZ 4.07 2.05 2.37 -
YUV 29.9 134.83 166.58 -
System Red Green Blue C M Y K H S L
Decimal 84 0 42 0 1 0.5 0.67 330 1 0.16
Hex 54 0 2A 0 64 32 43 14A 64 10
Octal 124 0 52 0 144 62 103 512 144 20
Binary 1010100 0 101010 0 1100100 110010 1000011 101001010 1100100 10000

Color Harmonies of #54002A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54002A

Black with #54002A

Text Example


Text Example

White with #54002A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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