Html Css Color HEX #7E0147 Tyrian Purple

📋 copy color: '#7E0147'

red 126 ◦ green 1 ◦ blue 71

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

Shades of Tyrian Purple #7E0147

Tints of Tyrian Purple #7E0147

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.51%

 BLUE value IS 71 (28.13% from 255) = 35.86%

R = 63.64%
G = 0.51%
B = 35.86%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.51

RGB Variations

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

Color information

#7E0147 (or 0x7E0147) is known color: Tyrian Purple. HEX triplet: 7E, 01 and 47. RGB value is (126,1,71). Sum of RGB (Red+Green+Blue) = 126+1+71=198 (26% of max value = 765). Red value is 126 (49.61% from 255 or 63.64% from 198); Green value is 1 (0.78% from 255 or 0.51% from 198); Blue value is 71 (28.12% from 255 or 35.86% from 198); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0147 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0147 is #81FEB8. Grayscale: #2E2E2E. Windows color (decimal): -8519353 or 4653438. OLE color: 4653438.

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

Color convert

RGB 126 1 71 -
CMYK 0 0.99 0.44 0.51
HSL 326.4º 0.98% 0.25% -
HSV(B) 326.4º 0.99% 0.49% -
XYZ 9.75 4.91 6.4 -
YUV 46.36 141.91 184.81 -
System Red Green Blue C M Y K H S L
Decimal 126 1 71 0 0.99 0.44 0.51 326.4 0.98 0.25
Hex 7E 1 47 0 63 2C 33 146 62 19
Octal 176 1 107 0 143 54 63 506 142 31
Binary 1111110 1 1000111 0 1100011 101100 110011 101000110 1100010 11001

Color Harmonies of #7E0147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0147

Black with #7E0147

Text Example


Text Example

White with #7E0147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,1,71); }

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

background-color css

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

 a { background-color: rgb(126,1,71); }

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

border-color css

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

 span { border-color: rgb(126,1,71); }

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