Html Css Color HEX #7A094C Tyrian Purple

📋 copy color: '#7A094C'

red 122 ◦ green 9 ◦ blue 76

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

Shades of Tyrian Purple #7A094C

Tints of Tyrian Purple #7A094C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 36.71%

R = 58.94%
G = 4.35%
B = 36.71%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.38

 K value IS 0.52

RGB Variations

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

Color information

#7A094C (or 0x7A094C) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 4C. RGB value is (122,9,76). Sum of RGB (Red+Green+Blue) = 122+9+76=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 9 (3.91% from 255 or 4.35% from 207); Blue value is 76 (30.08% from 255 or 36.71% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A094C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A094C is #85F6B3. Grayscale: #323232. Windows color (decimal): -8779444 or 4983162. OLE color: 4983162.

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

Color convert

RGB 122 9 76 -
CMYK 0 0.93 0.38 0.52
HSL 324.42º 0.86% 0.26% -
HSV(B) 324.42º 0.93% 0.48% -
XYZ 9.43 4.85 7.28 -
YUV 50.43 142.44 179.05 -
System Red Green Blue C M Y K H S L
Decimal 122 9 76 0 0.93 0.38 0.52 324.42 0.86 0.26
Hex 7A 9 4C 0 5D 26 34 144 56 1A
Octal 172 11 114 0 135 46 64 504 126 32
Binary 1111010 1001 1001100 0 1011101 100110 110100 101000100 1010110 11010

Color Harmonies of #7A094C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A094C

Black with #7A094C

Text Example


Text Example

White with #7A094C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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