Html Css Color HEX #54044F Tyrian Purple

📋 copy color: '#54044F'

red 84 ◦ green 4 ◦ blue 79

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

Shades of Tyrian Purple #54044F

Tints of Tyrian Purple #54044F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 47.31%

R = 50.3%
G = 2.4%
B = 47.31%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.06

 K value IS 0.67

RGB Variations

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

Color information

#54044F (or 0x54044F) is known color: Tyrian Purple. HEX triplet: 54, 04 and 4F. RGB value is (84,4,79). Sum of RGB (Red+Green+Blue) = 84+4+79=167 (22% of max value = 765). Red value is 84 (33.20% from 255 or 50.30% from 167); Green value is 4 (1.95% from 255 or 2.40% from 167); Blue value is 79 (31.25% from 255 or 47.31% from 167); Max value from RGB is 84 - color contains mainly: red. Hex color #54044F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #54044F is #ABFBB0. Grayscale: #242424. Windows color (decimal): -11271089 or 5178452. OLE color: 5178452.

HSL color Cylindrical-coordinate representation of color #54044F: hue angle of 303.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 #54044F is Cyan = 0, Magento = 0.95, Yellow = 0.06 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 4 79 -
CMYK 0 0.95 0.06 0.67
HSL 303.75º 0.91% 0.17% -
HSV(B) 303.75º 0.95% 0.33% -
XYZ 5.11 2.54 7.62 -
YUV 36.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 84 4 79 0 0.95 0.06 0.67 303.75 0.91 0.17
Hex 54 4 4F 0 5F 6 43 130 5B 11
Octal 124 4 117 0 137 6 103 460 133 21
Binary 1010100 100 1001111 0 1011111 110 1000011 100110000 1011011 10001

Color Harmonies of #54044F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54044F

Black with #54044F

Text Example


Text Example

White with #54044F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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