Html Css Color HEX #54043F Tyrian Purple

📋 copy color: '#54043F'

red 84 ◦ green 4 ◦ blue 63

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

Shades of Tyrian Purple #54043F

Tints of Tyrian Purple #54043F

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.65%

 BLUE value IS 63 (25% from 255) = 41.72%

R = 55.63%
G = 2.65%
B = 41.72%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54043F (or 0x54043F) is known color: Tyrian Purple. HEX triplet: 54, 04 and 3F. RGB value is (84,4,63). Sum of RGB (Red+Green+Blue) = 84+4+63=151 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.63% from 151); Green value is 4 (1.95% from 255 or 2.65% from 151); Blue value is 63 (25% from 255 or 41.72% from 151); Max value from RGB is 84 - color contains mainly: red. Hex color #54043F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54043F is #ABFBC0. Grayscale: #222222. Windows color (decimal): -11271105 or 4129876. OLE color: 4129876.

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

Color convert

RGB 84 4 63 -
CMYK 0 0.95 0.25 0.67
HSL 315.75º 0.91% 0.17% -
HSV(B) 315.75º 0.95% 0.33% -
XYZ 4.6 2.33 4.91 -
YUV 34.65 144 163.2 -
System Red Green Blue C M Y K H S L
Decimal 84 4 63 0 0.95 0.25 0.67 315.75 0.91 0.17
Hex 54 4 3F 0 5F 19 43 13C 5B 11
Octal 124 4 77 0 137 31 103 474 133 21
Binary 1010100 100 111111 0 1011111 11001 1000011 100111100 1011011 10001

Color Harmonies of #54043F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54043F

Black with #54043F

Text Example


Text Example

White with #54043F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,4,63); }

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

background-color css

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

 a { background-color: rgb(84,4,63); }

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

border-color css

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

 span { border-color: rgb(84,4,63); }

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