Html Css Color HEX #54063F Tyrian Purple

📋 copy color: '#54063F'

red 84 ◦ green 6 ◦ blue 63

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

Shades of Tyrian Purple #54063F

Tints of Tyrian Purple #54063F

RGB

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

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

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

R = 54.9%
G = 3.92%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54063F (or 0x54063F) is known color: Tyrian Purple. HEX triplet: 54, 06 and 3F. RGB value is (84,6,63). Sum of RGB (Red+Green+Blue) = 84+6+63=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 6 (2.73% from 255 or 3.92% from 153); Blue value is 63 (25% from 255 or 41.18% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #54063F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54063F is #ABF9C0. Grayscale: #232323. Windows color (decimal): -11270593 or 4130388. OLE color: 4130388.

HSL color Cylindrical-coordinate representation of color #54063F: hue angle of 316.15º 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 #54063F is Cyan = 0, Magento = 0.93, Yellow = 0.25 and Black (K on CMYK) = 0.67.

Color convert

RGB 84 6 63 -
CMYK 0 0.93 0.25 0.67
HSL 316.15º 0.87% 0.18% -
HSV(B) 316.15º 0.93% 0.33% -
XYZ 4.62 2.37 4.92 -
YUV 35.82 143.34 162.37 -
System Red Green Blue C M Y K H S L
Decimal 84 6 63 0 0.93 0.25 0.67 316.15 0.87 0.18
Hex 54 6 3F 0 5D 19 43 13C 57 12
Octal 124 6 77 0 135 31 103 474 127 22
Binary 1010100 110 111111 0 1011101 11001 1000011 100111100 1010111 10010

Color Harmonies of #54063F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54063F

Black with #54063F

Text Example


Text Example

White with #54063F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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