Html Css Color HEX #54023B Tyrian Purple

📋 copy color: '#54023B'

red 84 ◦ green 2 ◦ blue 59

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

Shades of Tyrian Purple #54023B

Tints of Tyrian Purple #54023B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 40.69%

R = 57.93%
G = 1.38%
B = 40.69%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54023B (or 0x54023B) is known color: Tyrian Purple. HEX triplet: 54, 02 and 3B. RGB value is (84,2,59). Sum of RGB (Red+Green+Blue) = 84+2+59=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 2 (1.17% from 255 or 1.38% from 145); Blue value is 59 (23.44% from 255 or 40.69% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54023B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54023B is #ABFDC4. Grayscale: #202020. Windows color (decimal): -11271621 or 3867220. OLE color: 3867220.

HSL color Cylindrical-coordinate representation of color #54023B: hue angle of 318.29º 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 #54023B is Cyan = 0, Magento = 0.98, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 2 59 -
CMYK 0 0.98 0.30 0.67
HSL 318.29º 0.95% 0.17% -
HSV(B) 318.29º 0.98% 0.33% -
XYZ 4.47 2.24 4.34 -
YUV 33.02 142.67 164.37 -
System Red Green Blue C M Y K H S L
Decimal 84 2 59 0 0.98 0.30 0.67 318.29 0.95 0.17
Hex 54 2 3B 0 62 1E 43 13E 5F 11
Octal 124 2 73 0 142 36 103 476 137 21
Binary 1010100 10 111011 0 1100010 11110 1000011 100111110 1011111 10001

Color Harmonies of #54023B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54023B

Black with #54023B

Text Example


Text Example

White with #54023B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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