Html Css Color HEX #54033F Tyrian Purple

📋 copy color: '#54033F'

red 84 ◦ green 3 ◦ blue 63

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

Shades of Tyrian Purple #54033F

Tints of Tyrian Purple #54033F

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2%

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

R = 56%
G = 2%
B = 42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54033F (or 0x54033F) is known color: Tyrian Purple. HEX triplet: 54, 03 and 3F. RGB value is (84,3,63). Sum of RGB (Red+Green+Blue) = 84+3+63=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 3 (1.56% from 255 or 2% from 150); Blue value is 63 (25% from 255 or 42% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #54033F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54033F is #ABFCC0. Grayscale: #212121. Windows color (decimal): -11271361 or 4129620. OLE color: 4129620.

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

Color convert

RGB 84 3 63 -
CMYK 0 0.96 0.25 0.67
HSL 315.56º 0.93% 0.17% -
HSV(B) 315.56º 0.96% 0.33% -
XYZ 4.59 2.31 4.91 -
YUV 34.06 144.34 163.62 -
System Red Green Blue C M Y K H S L
Decimal 84 3 63 0 0.96 0.25 0.67 315.56 0.93 0.17
Hex 54 3 3F 0 60 19 43 13C 5D 11
Octal 124 3 77 0 140 31 103 474 135 21
Binary 1010100 11 111111 0 1100000 11001 1000011 100111100 1011101 10001

Color Harmonies of #54033F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54033F

Black with #54033F

Text Example


Text Example

White with #54033F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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