Html Css Color HEX #54023D Tyrian Purple

📋 copy color: '#54023D'

red 84 ◦ green 2 ◦ blue 61

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

Shades of Tyrian Purple #54023D

Tints of Tyrian Purple #54023D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.36%

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

R = 57.14%
G = 1.36%
B = 41.5%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#54023D (or 0x54023D) is known color: Tyrian Purple. HEX triplet: 54, 02 and 3D. RGB value is (84,2,61). Sum of RGB (Red+Green+Blue) = 84+2+61=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 2 (1.17% from 255 or 1.36% from 147); Blue value is 61 (24.22% from 255 or 41.50% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54023D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54023D is #ABFDC2. Grayscale: #212121. Windows color (decimal): -11271619 or 3998292. OLE color: 3998292.

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

Color convert

RGB 84 2 61 -
CMYK 0 0.98 0.27 0.67
HSL 316.83º 0.95% 0.17% -
HSV(B) 316.83º 0.98% 0.33% -
XYZ 4.52 2.27 4.61 -
YUV 33.24 143.67 164.2 -
System Red Green Blue C M Y K H S L
Decimal 84 2 61 0 0.98 0.27 0.67 316.83 0.95 0.17
Hex 54 2 3D 0 62 1B 43 13D 5F 11
Octal 124 2 75 0 142 33 103 475 137 21
Binary 1010100 10 111101 0 1100010 11011 1000011 100111101 1011111 10001

Color Harmonies of #54023D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54023D

Black with #54023D

Text Example


Text Example

White with #54023D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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