Html Css Color HEX #54003F Tyrian Purple

📋 copy color: '#54003F'

red 84 ◦ green 0 ◦ blue 63

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

Shades of Tyrian Purple #54003F

Tints of Tyrian Purple #54003F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 57.14%
G = 0%
B = 42.86%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54003F (or 0x54003F) is known color: Tyrian Purple. HEX triplet: 54, 00 and 3F. RGB value is (84,0,63). Sum of RGB (Red+Green+Blue) = 84+0+63=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 0 (0.39% from 255 or 0% from 147); Blue value is 63 (25% from 255 or 42.86% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #54003F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54003F is #ABFFC0. Grayscale: #202020. Windows color (decimal): -11272129 or 4128852. OLE color: 4128852.

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

Color convert

RGB 84 0 63 -
CMYK 0 1 0.25 0.67
HSL 315º 1% 0.16% -
HSV(B) 315º 1% 0.33% -
XYZ 4.55 2.24 4.9 -
YUV 32.3 145.33 164.88 -
System Red Green Blue C M Y K H S L
Decimal 84 0 63 0 1 0.25 0.67 315 1 0.16
Hex 54 0 3F 0 64 19 43 13B 64 10
Octal 124 0 77 0 144 31 103 473 144 20
Binary 1010100 0 111111 0 1100100 11001 1000011 100111011 1100100 10000

Color Harmonies of #54003F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54003F

Black with #54003F

Text Example


Text Example

White with #54003F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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