Html Css Color HEX #7E0242 Tyrian Purple

📋 copy color: '#7E0242'

red 126 ◦ green 2 ◦ blue 66

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

Shades of Tyrian Purple #7E0242

Tints of Tyrian Purple #7E0242

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.03%

 BLUE value IS 66 (26.17% from 255) = 34.02%

R = 64.95%
G = 1.03%
B = 34.02%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.48

 K value IS 0.51

RGB Variations

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

Color information

#7E0242 (or 0x7E0242) is known color: Tyrian Purple. HEX triplet: 7E, 02 and 42. RGB value is (126,2,66). Sum of RGB (Red+Green+Blue) = 126+2+66=194 (25% of max value = 765). Red value is 126 (49.61% from 255 or 64.95% from 194); Green value is 2 (1.17% from 255 or 1.03% from 194); Blue value is 66 (26.17% from 255 or 34.02% from 194); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0242 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0242 is #81FDBD. Grayscale: #2E2E2E. Windows color (decimal): -8519102 or 4326014. OLE color: 4326014.

HSL color Cylindrical-coordinate representation of color #7E0242: hue angle of 329.03º degrees, saturation: 0.97, 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 #7E0242 is Cyan = 0, Magento = 0.98, Yellow = 0.48 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 2 66 -
CMYK 0 0.98 0.48 0.51
HSL 329.03º 0.97% 0.25% -
HSV(B) 329.03º 0.98% 0.49% -
XYZ 9.61 4.87 5.59 -
YUV 46.37 139.08 184.8 -
System Red Green Blue C M Y K H S L
Decimal 126 2 66 0 0.98 0.48 0.51 329.03 0.97 0.25
Hex 7E 2 42 0 62 30 33 149 61 19
Octal 176 2 102 0 142 60 63 511 141 31
Binary 1111110 10 1000010 0 1100010 110000 110011 101001001 1100001 11001

Color Harmonies of #7E0242

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0242

Black with #7E0242

Text Example


Text Example

White with #7E0242

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,2,66); }

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

background-color css

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

 a { background-color: rgb(126,2,66); }

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

border-color css

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

 span { border-color: rgb(126,2,66); }

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