Html Css Color HEX #7A0948 Tyrian Purple

📋 copy color: '#7A0948'

red 122 ◦ green 9 ◦ blue 72

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

Shades of Tyrian Purple #7A0948

Tints of Tyrian Purple #7A0948

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.43%

 BLUE value IS 72 (28.52% from 255) = 35.47%

R = 60.1%
G = 4.43%
B = 35.47%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.41

 K value IS 0.52

RGB Variations

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

Color information

#7A0948 (or 0x7A0948) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 48. RGB value is (122,9,72). Sum of RGB (Red+Green+Blue) = 122+9+72=203 (26% of max value = 765). Red value is 122 (48.05% from 255 or 60.10% from 203); Green value is 9 (3.91% from 255 or 4.43% from 203); Blue value is 72 (28.52% from 255 or 35.47% from 203); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0948 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A0948 is #85F6B7. Grayscale: #313131. Windows color (decimal): -8779448 or 4721018. OLE color: 4721018.

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

Color convert

RGB 122 9 72 -
CMYK 0 0.93 0.41 0.52
HSL 326.55º 0.86% 0.26% -
HSV(B) 326.55º 0.93% 0.48% -
XYZ 9.29 4.8 6.57 -
YUV 49.97 140.44 179.38 -
System Red Green Blue C M Y K H S L
Decimal 122 9 72 0 0.93 0.41 0.52 326.55 0.86 0.26
Hex 7A 9 48 0 5D 29 34 147 56 1A
Octal 172 11 110 0 135 51 64 507 126 32
Binary 1111010 1001 1001000 0 1011101 101001 110100 101000111 1010110 11010

Color Harmonies of #7A0948

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0948

Black with #7A0948

Text Example


Text Example

White with #7A0948

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,9,72); }

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

background-color css

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

 a { background-color: rgb(122,9,72); }

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

border-color css

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

 span { border-color: rgb(122,9,72); }

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