Html Css Color HEX #7A0043 Tyrian Purple

📋 copy color: '#7A0043'

red 122 ◦ green 0 ◦ blue 67

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

Shades of Tyrian Purple #7A0043

Tints of Tyrian Purple #7A0043

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 35.45%

R = 64.55%
G = 0%
B = 35.45%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.45

 K value IS 0.52

RGB Variations

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

Color information

#7A0043 (or 0x7A0043) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 43. RGB value is (122,0,67). Sum of RGB (Red+Green+Blue) = 122+0+67=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 0 (0.39% from 255 or 0% from 189); Blue value is 67 (26.56% from 255 or 35.45% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0043 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0043 is #85FFBC. Grayscale: #2B2B2B. Windows color (decimal): -8781757 or 4391034. OLE color: 4391034.

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

Color convert

RGB 122 0 67 -
CMYK 0 1 0.45 0.52
HSL 327.05º 1% 0.24% -
HSV(B) 327.05º 1% 0.48% -
XYZ 9.04 4.54 5.71 -
YUV 44.12 140.92 183.55 -
System Red Green Blue C M Y K H S L
Decimal 122 0 67 0 1 0.45 0.52 327.05 1 0.24
Hex 7A 0 43 0 64 2D 34 147 64 18
Octal 172 0 103 0 144 55 64 507 144 30
Binary 1111010 0 1000011 0 1100100 101101 110100 101000111 1100100 11000

Color Harmonies of #7A0043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0043

Black with #7A0043

Text Example


Text Example

White with #7A0043

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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