Html Css Color HEX #54002F Tyrian Purple

📋 copy color: '#54002F'

red 84 ◦ green 0 ◦ blue 47

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

Shades of Tyrian Purple #54002F

Tints of Tyrian Purple #54002F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 35.88%

R = 64.12%
G = 0%
B = 35.88%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.67

RGB Variations

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

Color information

#54002F (or 0x54002F) is known color: Tyrian Purple. HEX triplet: 54, 00 and 2F. RGB value is (84,0,47). Sum of RGB (Red+Green+Blue) = 84+0+47=131 (17% of max value = 765). Red value is 84 (33.20% from 255 or 64.12% from 131); Green value is 0 (0.39% from 255 or 0% from 131); Blue value is 47 (18.75% from 255 or 35.88% from 131); Max value from RGB is 84 - color contains mainly: red. Hex color #54002F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54002F is #ABFFD0. Grayscale: #1E1E1E. Windows color (decimal): -11272145 or 3080276. OLE color: 3080276.

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

Color convert

RGB 84 0 47 -
CMYK 0 1 0.44 0.67
HSL 326.43º 1% 0.16% -
HSV(B) 326.43º 1% 0.33% -
XYZ 4.17 2.09 2.87 -
YUV 30.47 137.33 166.18 -
System Red Green Blue C M Y K H S L
Decimal 84 0 47 0 1 0.44 0.67 326.43 1 0.16
Hex 54 0 2F 0 64 2C 43 146 64 10
Octal 124 0 57 0 144 54 103 506 144 20
Binary 1010100 0 101111 0 1100100 101100 1000011 101000110 1100100 10000

Color Harmonies of #54002F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54002F

Black with #54002F

Text Example


Text Example

White with #54002F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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