Html Css Color HEX #54002D Tyrian Purple

📋 copy color: '#54002D'

red 84 ◦ green 0 ◦ blue 45

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

Shades of Tyrian Purple #54002D

Tints of Tyrian Purple #54002D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 34.88%

R = 65.12%
G = 0%
B = 34.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.46

 K value IS 0.67

RGB Variations

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

Color information

#54002D (or 0x54002D) is known color: Tyrian Purple. HEX triplet: 54, 00 and 2D. RGB value is (84,0,45). Sum of RGB (Red+Green+Blue) = 84+0+45=129 (17% of max value = 765). Red value is 84 (33.20% from 255 or 65.12% from 129); Green value is 0 (0.39% from 255 or 0% from 129); Blue value is 45 (17.97% from 255 or 34.88% from 129); Max value from RGB is 84 - color contains mainly: red. Hex color #54002D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002D is #ABFFD2. Grayscale: #1E1E1E. Windows color (decimal): -11272147 or 2949204. OLE color: 2949204.

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

Color convert

RGB 84 0 45 -
CMYK 0 1 0.46 0.67
HSL 327.86º 1% 0.16% -
HSV(B) 327.86º 1% 0.33% -
XYZ 4.13 2.07 2.67 -
YUV 30.25 136.33 166.34 -
System Red Green Blue C M Y K H S L
Decimal 84 0 45 0 1 0.46 0.67 327.86 1 0.16
Hex 54 0 2D 0 64 2E 43 148 64 10
Octal 124 0 55 0 144 56 103 510 144 20
Binary 1010100 0 101101 0 1100100 101110 1000011 101001000 1100100 10000

Color Harmonies of #54002D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54002D

Black with #54002D

Text Example


Text Example

White with #54002D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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