Html Css Color HEX #7A0047 Tyrian Purple

📋 copy color: '#7A0047'

red 122 ◦ green 0 ◦ blue 71

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

Shades of Tyrian Purple #7A0047

Tints of Tyrian Purple #7A0047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 36.79%

R = 63.21%
G = 0%
B = 36.79%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.52

RGB Variations

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

Color information

#7A0047 (or 0x7A0047) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 47. RGB value is (122,0,71). Sum of RGB (Red+Green+Blue) = 122+0+71=193 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.21% from 193); Green value is 0 (0.39% from 255 or 0% from 193); Blue value is 71 (28.12% from 255 or 36.79% from 193); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0047 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0047 is #85FFB8. Grayscale: #2C2C2C. Windows color (decimal): -8781753 or 4653178. OLE color: 4653178.

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

Color convert

RGB 122 0 71 -
CMYK 0 1 0.42 0.52
HSL 325.08º 1% 0.24% -
HSV(B) 325.08º 1% 0.48% -
XYZ 9.16 4.59 6.36 -
YUV 44.57 142.92 183.23 -
System Red Green Blue C M Y K H S L
Decimal 122 0 71 0 1 0.42 0.52 325.08 1 0.24
Hex 7A 0 47 0 64 2A 34 145 64 18
Octal 172 0 107 0 144 52 64 505 144 30
Binary 1111010 0 1000111 0 1100100 101010 110100 101000101 1100100 11000

Color Harmonies of #7A0047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0047

Black with #7A0047

Text Example


Text Example

White with #7A0047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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