Html Css Color HEX #54013F Tyrian Purple

📋 copy color: '#54013F'

red 84 ◦ green 1 ◦ blue 63

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

Shades of Tyrian Purple #54013F

Tints of Tyrian Purple #54013F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.68%

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

R = 56.76%
G = 0.68%
B = 42.57%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54013F (or 0x54013F) is known color: Tyrian Purple. HEX triplet: 54, 01 and 3F. RGB value is (84,1,63). Sum of RGB (Red+Green+Blue) = 84+1+63=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 1 (0.78% from 255 or 0.68% from 148); Blue value is 63 (25% from 255 or 42.57% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #54013F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54013F is #ABFEC0. Grayscale: #202020. Windows color (decimal): -11271873 or 4129108. OLE color: 4129108.

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

Color convert

RGB 84 1 63 -
CMYK 0 0.99 0.25 0.67
HSL 315.18º 0.98% 0.17% -
HSV(B) 315.18º 0.99% 0.33% -
XYZ 4.56 2.27 4.9 -
YUV 32.89 145 164.46 -
System Red Green Blue C M Y K H S L
Decimal 84 1 63 0 0.99 0.25 0.67 315.18 0.98 0.17
Hex 54 1 3F 0 63 19 43 13B 62 11
Octal 124 1 77 0 143 31 103 473 142 21
Binary 1010100 1 111111 0 1100011 11001 1000011 100111011 1100010 10001

Color Harmonies of #54013F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54013F

Black with #54013F

Text Example


Text Example

White with #54013F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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