Html Css Color HEX #7E0052 Tyrian Purple

📋 copy color: '#7E0052'

red 126 ◦ green 0 ◦ blue 82

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

Shades of Tyrian Purple #7E0052

Tints of Tyrian Purple #7E0052

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 39.42%

R = 60.58%
G = 0%
B = 39.42%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.35

 K value IS 0.51

RGB Variations

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

Color information

#7E0052 (or 0x7E0052) is known color: Tyrian Purple. HEX triplet: 7E, 00 and 52. RGB value is (126,0,82). Sum of RGB (Red+Green+Blue) = 126+0+82=208 (27% of max value = 765). Red value is 126 (49.61% from 255 or 60.58% from 208); Green value is 0 (0.39% from 255 or 0% from 208); Blue value is 82 (32.42% from 255 or 39.42% from 208); Max value from RGB is 126 - color contains mainly: red. Hex color #7E0052 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7E0052 is #81FFAD. Grayscale: #2E2E2E. Windows color (decimal): -8519598 or 5374078. OLE color: 5374078.

HSL color Cylindrical-coordinate representation of color #7E0052: hue angle of 320.95º 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 #7E0052 is Cyan = 0, Magento = 1, Yellow = 0.35 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 0 82 -
CMYK 0 1 0.35 0.51
HSL 320.95º 1% 0.25% -
HSV(B) 320.95º 1% 0.49% -
XYZ 10.13 5.04 8.42 -
YUV 47.02 147.74 184.33 -
System Red Green Blue C M Y K H S L
Decimal 126 0 82 0 1 0.35 0.51 320.95 1 0.25
Hex 7E 0 52 0 64 23 33 141 64 19
Octal 176 0 122 0 144 43 63 501 144 31
Binary 1111110 0 1010010 0 1100100 100011 110011 101000001 1100100 11001

Color Harmonies of #7E0052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E0052

Black with #7E0052

Text Example


Text Example

White with #7E0052

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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