Html Css Color HEX #7E033A Tyrian Purple

📋 copy color: '#7E033A'

red 126 ◦ green 3 ◦ blue 58

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

Shades of Tyrian Purple #7E033A

Tints of Tyrian Purple #7E033A

RGB

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

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

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

R = 67.38%
G = 1.6%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#7E033A (or 0x7E033A) is known color: Tyrian Purple. HEX triplet: 7E, 03 and 3A. RGB value is (126,3,58). Sum of RGB (Red+Green+Blue) = 126+3+58=187 (24% of max value = 765). Red value is 126 (49.61% from 255 or 67.38% from 187); Green value is 3 (1.56% from 255 or 1.60% from 187); Blue value is 58 (23.05% from 255 or 31.02% from 187); Max value from RGB is 126 - color contains mainly: red. Hex color #7E033A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E033A is #81FCC5. Grayscale: #2D2D2D. Windows color (decimal): -8518854 or 3801982. OLE color: 3801982.

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

Color convert

RGB 126 3 58 -
CMYK 0 0.98 0.54 0.51
HSL 333.17º 0.95% 0.25% -
HSV(B) 333.17º 0.98% 0.49% -
XYZ 9.4 4.81 4.44 -
YUV 46.05 134.75 185.03 -
System Red Green Blue C M Y K H S L
Decimal 126 3 58 0 0.98 0.54 0.51 333.17 0.95 0.25
Hex 7E 3 3A 0 62 36 33 14D 5F 19
Octal 176 3 72 0 142 66 63 515 137 31
Binary 1111110 11 111010 0 1100010 110110 110011 101001101 1011111 11001

Color Harmonies of #7E033A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E033A

Black with #7E033A

Text Example


Text Example

White with #7E033A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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