Html Css Color HEX #54003D Tyrian Purple

📋 copy color: '#54003D'

red 84 ◦ green 0 ◦ blue 61

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

Shades of Tyrian Purple #54003D

Tints of Tyrian Purple #54003D

RGB

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

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

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

R = 57.93%
G = 0%
B = 42.07%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#54003D (or 0x54003D) is known color: Tyrian Purple. HEX triplet: 54, 00 and 3D. RGB value is (84,0,61). Sum of RGB (Red+Green+Blue) = 84+0+61=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 0 (0.39% from 255 or 0% from 145); Blue value is 61 (24.22% from 255 or 42.07% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #54003D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54003D is #ABFFC2. Grayscale: #1F1F1F. Windows color (decimal): -11272131 or 3997780. OLE color: 3997780.

HSL color Cylindrical-coordinate representation of color #54003D: hue angle of 316.43º 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 #54003D is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 0 61 -
CMYK 0 1 0.27 0.67
HSL 316.43º 1% 0.16% -
HSV(B) 316.43º 1% 0.33% -
XYZ 4.5 2.22 4.61 -
YUV 32.07 144.33 165.04 -
System Red Green Blue C M Y K H S L
Decimal 84 0 61 0 1 0.27 0.67 316.43 1 0.16
Hex 54 0 3D 0 64 1B 43 13C 64 10
Octal 124 0 75 0 144 33 103 474 144 20
Binary 1010100 0 111101 0 1100100 11011 1000011 100111100 1100100 10000

Color Harmonies of #54003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54003D

Black with #54003D

Text Example


Text Example

White with #54003D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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