Html Css Color HEX #7E043B Tyrian Purple

📋 copy color: '#7E043B'

red 126 ◦ green 4 ◦ blue 59

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

Shades of Tyrian Purple #7E043B

Tints of Tyrian Purple #7E043B

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.12%

 BLUE value IS 59 (23.44% from 255) = 31.22%

R = 66.67%
G = 2.12%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.53

 K value IS 0.51

RGB Variations

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

Color information

#7E043B (or 0x7E043B) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 3B. RGB value is (126,4,59). Sum of RGB (Red+Green+Blue) = 126+4+59=189 (25% of max value = 765). Red value is 126 (49.61% from 255 or 66.67% from 189); Green value is 4 (1.95% from 255 or 2.12% from 189); Blue value is 59 (23.44% from 255 or 31.22% from 189); Max value from RGB is 126 - color contains mainly: red. Hex color #7E043B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E043B is #81FBC4. Grayscale: #2E2E2E. Windows color (decimal): -8518597 or 3867774. OLE color: 3867774.

HSL color Cylindrical-coordinate representation of color #7E043B: hue angle of 332.95º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #7E043B is Cyan = 0, Magento = 0.97, Yellow = 0.53 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 4 59 -
CMYK 0 0.97 0.53 0.51
HSL 332.95º 0.94% 0.25% -
HSV(B) 332.95º 0.97% 0.49% -
XYZ 9.44 4.84 4.57 -
YUV 46.75 134.92 184.53 -
System Red Green Blue C M Y K H S L
Decimal 126 4 59 0 0.97 0.53 0.51 332.95 0.94 0.25
Hex 7E 4 3B 0 61 35 33 14D 5E 19
Octal 176 4 73 0 141 65 63 515 136 31
Binary 1111110 100 111011 0 1100001 110101 110011 101001101 1011110 11001

Color Harmonies of #7E043B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E043B

Black with #7E043B

Text Example


Text Example

White with #7E043B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,59); }

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

background-color css

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

 a { background-color: rgb(126,4,59); }

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

border-color css

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

 span { border-color: rgb(126,4,59); }

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