Html Css Color HEX #7A0A40 Tyrian Purple

📋 copy color: '#7A0A40'

red 122 ◦ green 10 ◦ blue 64

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

Shades of Tyrian Purple #7A0A40

Tints of Tyrian Purple #7A0A40

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.1%

 BLUE value IS 64 (25.39% from 255) = 32.65%

R = 62.24%
G = 5.1%
B = 32.65%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.48

 K value IS 0.52

RGB Variations

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

Color information

#7A0A40 (or 0x7A0A40) is known color: Tyrian Purple. HEX triplet: 7A, 0A and 40. RGB value is (122,10,64). Sum of RGB (Red+Green+Blue) = 122+10+64=196 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.24% from 196); Green value is 10 (4.30% from 255 or 5.10% from 196); Blue value is 64 (25.39% from 255 or 32.65% from 196); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0A40 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0A40 is #85F5BF. Grayscale: #313131. Windows color (decimal): -8779200 or 4196986. OLE color: 4196986.

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

Color convert

RGB 122 10 64 -
CMYK 0 0.92 0.48 0.52
HSL 331.07º 0.85% 0.26% -
HSV(B) 331.07º 0.92% 0.48% -
XYZ 9.06 4.72 5.28 -
YUV 49.64 136.11 179.61 -
System Red Green Blue C M Y K H S L
Decimal 122 10 64 0 0.92 0.48 0.52 331.07 0.85 0.26
Hex 7A A 40 0 5C 30 34 14B 55 1A
Octal 172 12 100 0 134 60 64 513 125 32
Binary 1111010 1010 1000000 0 1011100 110000 110100 101001011 1010101 11010

Color Harmonies of #7A0A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0A40

Black with #7A0A40

Text Example


Text Example

White with #7A0A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,10,64); }

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

background-color css

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

 a { background-color: rgb(122,10,64); }

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

border-color css

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

 span { border-color: rgb(122,10,64); }

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