Html Css Color HEX #7A0045 Tyrian Purple

📋 copy color: '#7A0045'

red 122 ◦ green 0 ◦ blue 69

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

Shades of Tyrian Purple #7A0045

Tints of Tyrian Purple #7A0045

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 36.13%

R = 63.87%
G = 0%
B = 36.13%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.43

 K value IS 0.52

RGB Variations

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

Color information

#7A0045 (or 0x7A0045) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 45. RGB value is (122,0,69). Sum of RGB (Red+Green+Blue) = 122+0+69=191 (25% of max value = 765). Red value is 122 (48.05% from 255 or 63.87% from 191); Green value is 0 (0.39% from 255 or 0% from 191); Blue value is 69 (27.34% from 255 or 36.13% from 191); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0045 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0045 is #85FFBA. Grayscale: #2C2C2C. Windows color (decimal): -8781755 or 4522106. OLE color: 4522106.

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

Color convert

RGB 122 0 69 -
CMYK 0 1 0.43 0.52
HSL 326.07º 1% 0.24% -
HSV(B) 326.07º 1% 0.48% -
XYZ 9.1 4.57 6.03 -
YUV 44.34 141.92 183.39 -
System Red Green Blue C M Y K H S L
Decimal 122 0 69 0 1 0.43 0.52 326.07 1 0.24
Hex 7A 0 45 0 64 2B 34 146 64 18
Octal 172 0 105 0 144 53 64 506 144 30
Binary 1111010 0 1000101 0 1100100 101011 110100 101000110 1100100 11000

Color Harmonies of #7A0045

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0045

Black with #7A0045

Text Example


Text Example

White with #7A0045

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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