Html Css Color HEX #54113D Tyrian Purple

📋 copy color: '#54113D'

red 84 ◦ green 17 ◦ blue 61

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

Shades of Tyrian Purple #54113D

Tints of Tyrian Purple #54113D

RGB

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

 GREEN value IS 17 (7.03% from 255) = 10.49%

 BLUE value IS 61 (24.22% from 255) = 37.65%

R = 51.85%
G = 10.49%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#54113D (or 0x54113D) is known color: Tyrian Purple. HEX triplet: 54, 11 and 3D. RGB value is (84,17,61). Sum of RGB (Red+Green+Blue) = 84+17+61=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 17 (7.03% from 255 or 10.49% from 162); Blue value is 61 (24.22% from 255 or 37.65% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #54113D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54113D is #ABEEC2. Grayscale: #292929. Windows color (decimal): -11267779 or 4002132. OLE color: 4002132.

HSL color Cylindrical-coordinate representation of color #54113D: hue angle of 320.6º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #54113D is Cyan = 0, Magento = 0.80, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 17 61 -
CMYK 0 0.80 0.27 0.67
HSL 320.6º 0.66% 0.2% -
HSV(B) 320.6º 0.8% 0.33% -
XYZ 4.7 2.62 4.67 -
YUV 42.05 138.7 157.92 -
System Red Green Blue C M Y K H S L
Decimal 84 17 61 0 0.80 0.27 0.67 320.6 0.66 0.2
Hex 54 11 3D 0 50 1B 43 141 42 14
Octal 124 21 75 0 120 33 103 501 102 24
Binary 1010100 10001 111101 0 1010000 11011 1000011 101000001 1000010 10100

Color Harmonies of #54113D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54113D

Black with #54113D

Text Example


Text Example

White with #54113D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(84,17,61); }

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

background-color css

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

 a { background-color: rgb(84,17,61); }

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

border-color css

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

 span { border-color: rgb(84,17,61); }

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