Html Css Color HEX #54073F Tyrian Purple

📋 copy color: '#54073F'

red 84 ◦ green 7 ◦ blue 63

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

Shades of Tyrian Purple #54073F

Tints of Tyrian Purple #54073F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.55%

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

R = 54.55%
G = 4.55%
B = 40.91%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.25

 K value IS 0.67

RGB Variations

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

Color information

#54073F (or 0x54073F) is known color: Tyrian Purple. HEX triplet: 54, 07 and 3F. RGB value is (84,7,63). Sum of RGB (Red+Green+Blue) = 84+7+63=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 7 (3.12% from 255 or 4.55% from 154); Blue value is 63 (25% from 255 or 40.91% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #54073F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #54073F is #ABF8C0. Grayscale: #242424. Windows color (decimal): -11270337 or 4130644. OLE color: 4130644.

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

Color convert

RGB 84 7 63 -
CMYK 0 0.92 0.25 0.67
HSL 316.36º 0.85% 0.18% -
HSV(B) 316.36º 0.92% 0.33% -
XYZ 4.63 2.4 4.92 -
YUV 36.41 143.01 161.95 -
System Red Green Blue C M Y K H S L
Decimal 84 7 63 0 0.92 0.25 0.67 316.36 0.85 0.18
Hex 54 7 3F 0 5C 19 43 13C 55 12
Octal 124 7 77 0 134 31 103 474 125 22
Binary 1010100 111 111111 0 1011100 11001 1000011 100111100 1010101 10010

Color Harmonies of #54073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54073F

Black with #54073F

Text Example


Text Example

White with #54073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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