Html Css Color HEX #7E0448 Tyrian Purple

📋 copy color: '#7E0448'

red 126 ◦ green 4 ◦ blue 72

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

Shades of Tyrian Purple #7E0448

Tints of Tyrian Purple #7E0448

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.98%

 BLUE value IS 72 (28.52% from 255) = 35.64%

R = 62.38%
G = 1.98%
B = 35.64%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.43

 K value IS 0.51

RGB Variations

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

Color information

#7E0448 (or 0x7E0448) is known color: Tyrian Purple. HEX triplet: 7E, 04 and 48. RGB value is (126,4,72). Sum of RGB (Red+Green+Blue) = 126+4+72=202 (26% of max value = 765). Red value is 126 (49.61% from 255 or 62.38% from 202); Green value is 4 (1.95% from 255 or 1.98% from 202); Blue value is 72 (28.52% from 255 or 35.64% from 202); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0448 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7E0448 is #81FBB7. Grayscale: #303030. Windows color (decimal): -8518584 or 4719742. OLE color: 4719742.

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

Color convert

RGB 126 4 72 -
CMYK 0 0.97 0.43 0.51
HSL 326.56º 0.94% 0.25% -
HSV(B) 326.56º 0.97% 0.49% -
XYZ 9.82 4.99 6.58 -
YUV 48.23 141.42 183.47 -
System Red Green Blue C M Y K H S L
Decimal 126 4 72 0 0.97 0.43 0.51 326.56 0.94 0.25
Hex 7E 4 48 0 61 2B 33 147 5E 19
Octal 176 4 110 0 141 53 63 507 136 31
Binary 1111110 100 1001000 0 1100001 101011 110011 101000111 1011110 11001

Color Harmonies of #7E0448

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0448

Black with #7E0448

Text Example


Text Example

White with #7E0448

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(126,4,72); }

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

background-color css

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

 a { background-color: rgb(126,4,72); }

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

border-color css

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

 span { border-color: rgb(126,4,72); }

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