Html Css Color HEX #54053F Tyrian Purple

📋 copy color: '#54053F'

red 84 ◦ green 5 ◦ blue 63

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

Shades of Tyrian Purple #54053F

Tints of Tyrian Purple #54053F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.29%

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

R = 55.26%
G = 3.29%
B = 41.45%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54053F (or 0x54053F) is known color: Tyrian Purple. HEX triplet: 54, 05 and 3F. RGB value is (84,5,63). Sum of RGB (Red+Green+Blue) = 84+5+63=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 5 (2.34% from 255 or 3.29% from 152); Blue value is 63 (25% from 255 or 41.45% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #54053F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54053F is #ABFAC0. Grayscale: #232323. Windows color (decimal): -11270849 or 4130132. OLE color: 4130132.

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

Color convert

RGB 84 5 63 -
CMYK 0 0.94 0.25 0.67
HSL 315.95º 0.89% 0.17% -
HSV(B) 315.95º 0.94% 0.33% -
XYZ 4.61 2.35 4.91 -
YUV 35.23 143.67 162.78 -
System Red Green Blue C M Y K H S L
Decimal 84 5 63 0 0.94 0.25 0.67 315.95 0.89 0.17
Hex 54 5 3F 0 5E 19 43 13C 59 11
Octal 124 5 77 0 136 31 103 474 131 21
Binary 1010100 101 111111 0 1011110 11001 1000011 100111100 1011001 10001

Color Harmonies of #54053F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54053F

Black with #54053F

Text Example


Text Example

White with #54053F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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