Html Css Color HEX #54063B Tyrian Purple

📋 copy color: '#54063B'

red 84 ◦ green 6 ◦ blue 59

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

Shades of Tyrian Purple #54063B

Tints of Tyrian Purple #54063B

RGB

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

 GREEN value IS 6 (2.73% from 255) = 4.03%

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

R = 56.38%
G = 4.03%
B = 39.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.30

 K value IS 0.67

RGB Variations

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

Color information

#54063B (or 0x54063B) is known color: Tyrian Purple. HEX triplet: 54, 06 and 3B. RGB value is (84,6,59). Sum of RGB (Red+Green+Blue) = 84+6+59=149 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.38% from 149); Green value is 6 (2.73% from 255 or 4.03% from 149); Blue value is 59 (23.44% from 255 or 39.60% from 149); Max value from RGB is 84 - color contains mainly: red. Hex color #54063B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54063B is #ABF9C4. Grayscale: #232323. Windows color (decimal): -11270597 or 3868244. OLE color: 3868244.

HSL color Cylindrical-coordinate representation of color #54063B: hue angle of 319.23º degrees, saturation: 0.87, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #54063B is Cyan = 0, Magento = 0.93, Yellow = 0.30 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 59 -
CMYK 0 0.93 0.30 0.67
HSL 319.23º 0.87% 0.18% -
HSV(B) 319.23º 0.93% 0.33% -
XYZ 4.51 2.33 4.35 -
YUV 35.36 141.34 162.69 -
System Red Green Blue C M Y K H S L
Decimal 84 6 59 0 0.93 0.30 0.67 319.23 0.87 0.18
Hex 54 6 3B 0 5D 1E 43 13F 57 12
Octal 124 6 73 0 135 36 103 477 127 22
Binary 1010100 110 111011 0 1011101 11110 1000011 100111111 1010111 10010

Color Harmonies of #54063B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54063B

Black with #54063B

Text Example


Text Example

White with #54063B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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