Html Css Color HEX #7A0051 Tyrian Purple

📋 copy color: '#7A0051'

red 122 ◦ green 0 ◦ blue 81

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

Shades of Tyrian Purple #7A0051

Tints of Tyrian Purple #7A0051

RGB

 RED value IS 122 (48.05% from 255) = 60.1%

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

 BLUE value IS 81 (32.03% from 255) = 39.9%

R = 60.1%
G = 0%
B = 39.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.34

 K value IS 0.52

RGB Variations

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

Color information

#7A0051 (or 0x7A0051) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 51. RGB value is (122,0,81). Sum of RGB (Red+Green+Blue) = 122+0+81=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 81 (32.03% from 255 or 39.90% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0051 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0051 is #85FFAE. Grayscale: #2D2D2D. Windows color (decimal): -8781743 or 5308538. OLE color: 5308538.

HSL color Cylindrical-coordinate representation of color #7A0051: hue angle of 320.16º degrees, saturation: 1, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7A0051 is Cyan = 0, Magento = 1, Yellow = 0.34 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 0 81 -
CMYK 0 1 0.34 0.52
HSL 320.16º 1% 0.24% -
HSV(B) 320.16º 1% 0.48% -
XYZ 9.51 4.73 8.2 -
YUV 45.71 147.92 182.41 -
System Red Green Blue C M Y K H S L
Decimal 122 0 81 0 1 0.34 0.52 320.16 1 0.24
Hex 7A 0 51 0 64 22 34 140 64 18
Octal 172 0 121 0 144 42 64 500 144 30
Binary 1111010 0 1010001 0 1100100 100010 110100 101000000 1100100 11000

Color Harmonies of #7A0051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0051

Black with #7A0051

Text Example


Text Example

White with #7A0051

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,0,81); }

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

background-color css

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

 a { background-color: rgb(122,0,81); }

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

border-color css

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

 span { border-color: rgb(122,0,81); }

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