Html Css Color HEX #7E0A4B Tyrian Purple

📋 copy color: '#7E0A4B'

red 126 ◦ green 10 ◦ blue 75

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

Shades of Tyrian Purple #7E0A4B

Tints of Tyrian Purple #7E0A4B

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.74%

 BLUE value IS 75 (29.69% from 255) = 35.55%

R = 59.72%
G = 4.74%
B = 35.55%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.40

 K value IS 0.51

RGB Variations

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

Color information

#7E0A4B (or 0x7E0A4B) is known color: Tyrian Purple. HEX triplet: 7E, 0A and 4B. RGB value is (126,10,75). Sum of RGB (Red+Green+Blue) = 126+10+75=211 (27% of max value = 765). Red value is 126 (49.61% from 255 or 59.72% from 211); Green value is 10 (4.30% from 255 or 4.74% from 211); Blue value is 75 (29.69% from 255 or 35.55% from 211); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0A4B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0A4B is #81F5B4. Grayscale: #333333. Windows color (decimal): -8517045 or 4917886. OLE color: 4917886.

HSL color Cylindrical-coordinate representation of color #7E0A4B: hue angle of 326.38º degrees, saturation: 0.85, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #7E0A4B is Cyan = 0, Magento = 0.92, Yellow = 0.40 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 10 75 -
CMYK 0 0.92 0.40 0.51
HSL 326.38º 0.85% 0.27% -
HSV(B) 326.38º 0.92% 0.49% -
XYZ 9.98 5.16 7.13 -
YUV 52.09 140.93 180.71 -
System Red Green Blue C M Y K H S L
Decimal 126 10 75 0 0.92 0.40 0.51 326.38 0.85 0.27
Hex 7E A 4B 0 5C 28 33 146 55 1B
Octal 176 12 113 0 134 50 63 506 125 33
Binary 1111110 1010 1001011 0 1011100 101000 110011 101000110 1010101 11011

Color Harmonies of #7E0A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0A4B

Black with #7E0A4B

Text Example


Text Example

White with #7E0A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,10,75); }

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

background-color css

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

 a { background-color: rgb(126,10,75); }

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

border-color css

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

 span { border-color: rgb(126,10,75); }

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