Html Css Color HEX #7E053A Tyrian Purple

📋 copy color: '#7E053A'

red 126 ◦ green 5 ◦ blue 58

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

Shades of Tyrian Purple #7E053A

Tints of Tyrian Purple #7E053A

RGB

 RED value IS 126 (49.61% from 255) = 66.67%

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 66.67%
G = 2.65%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E053A (or 0x7E053A) is known color: Tyrian Purple. HEX triplet: 7E, 05 and 3A. RGB value is (126,5,58). Sum of RGB (Red+Green+Blue) = 126+5+58=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E053A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E053A is #81FAC5. Grayscale: #2F2F2F. Windows color (decimal): -8518342 or 3802494. OLE color: 3802494.

HSL color Cylindrical-coordinate representation of color #7E053A: hue angle of 333.72º degrees, saturation: 0.92, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #7E053A is Cyan = 0, Magento = 0.96, Yellow = 0.54 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 5 58 -
CMYK 0 0.96 0.54 0.51
HSL 333.72º 0.92% 0.26% -
HSV(B) 333.72º 0.96% 0.49% -
XYZ 9.42 4.85 4.44 -
YUV 47.22 134.09 184.19 -
System Red Green Blue C M Y K H S L
Decimal 126 5 58 0 0.96 0.54 0.51 333.72 0.92 0.26
Hex 7E 5 3A 0 60 36 33 14E 5C 1A
Octal 176 5 72 0 140 66 63 516 134 32
Binary 1111110 101 111010 0 1100000 110110 110011 101001110 1011100 11010

Color Harmonies of #7E053A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E053A

Black with #7E053A

Text Example


Text Example

White with #7E053A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E053A; }

 p { color: rgb(126,5,58); }

 H1.HeaderClassName
 {
   color: #7E053A;
 }
 .AnyTagClassName
 {
   color: #7E053A;
 }
</style>

background-color css

<style>
 a { background-color: #7E053A; }

 a { background-color: rgb(126,5,58); }

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

border-color css

<style>
 span { border-color: #7E053A; }

 span { border-color: rgb(126,5,58); }

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