Html Css Color HEX #7E004D Tyrian Purple

📋 copy color: '#7E004D'

red 126 ◦ green 0 ◦ blue 77

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

Shades of Tyrian Purple #7E004D

Tints of Tyrian Purple #7E004D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 77 (30.47% from 255) = 37.93%

R = 62.07%
G = 0%
B = 37.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.39

 K value IS 0.51

RGB Variations

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

Color information

#7E004D (or 0x7E004D) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 4D. RGB value is (126,0,77). Sum of RGB (Red+Green+Blue) = 126+0+77=203 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.07% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 77 (30.47% from 255 or 37.93% from 203); Max value from RGB is 126 - color contains mainly: red. Hex color #7E004D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E004D is #81FFB2. Grayscale: #2E2E2E. Windows color (decimal): -8519603 or 5046398. OLE color: 5046398.

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

Color convert

RGB 126 0 77 -
CMYK 0 1 0.39 0.51
HSL 323.33º 1% 0.25% -
HSV(B) 323.33º 1% 0.49% -
XYZ 9.94 4.97 7.46 -
YUV 46.45 145.24 184.74 -
System Red Green Blue C M Y K H S L
Decimal 126 0 77 0 1 0.39 0.51 323.33 1 0.25
Hex 7E 0 4D 0 64 27 33 143 64 19
Octal 176 0 115 0 144 47 63 503 144 31
Binary 1111110 0 1001101 0 1100100 100111 110011 101000011 1100100 11001

Color Harmonies of #7E004D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E004D

Black with #7E004D

Text Example


Text Example

White with #7E004D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,0,77); }

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

background-color css

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

 a { background-color: rgb(126,0,77); }

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

border-color css

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

 span { border-color: rgb(126,0,77); }

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