Html Css Color HEX #7A093A Tyrian Purple

📋 copy color: '#7A093A'

red 122 ◦ green 9 ◦ blue 58

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

Shades of Tyrian Purple #7A093A

Tints of Tyrian Purple #7A093A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 30.69%

R = 64.55%
G = 4.76%
B = 30.69%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A093A (or 0x7A093A) is known color: Tyrian Purple. HEX triplet: 7A, 09 and 3A. RGB value is (122,9,58). Sum of RGB (Red+Green+Blue) = 122+9+58=189 (25% of max value = 765). Red value is 122 (48.05% from 255 or 64.55% from 189); Green value is 9 (3.91% from 255 or 4.76% from 189); Blue value is 58 (23.05% from 255 or 30.69% from 189); Max value from RGB is 122 - color contains mainly: red. Hex color #7A093A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A093A is #85F6C5. Grayscale: #303030. Windows color (decimal): -8779462 or 3803514. OLE color: 3803514.

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

Color convert

RGB 122 9 58 -
CMYK 0 0.93 0.52 0.52
HSL 333.98º 0.86% 0.26% -
HSV(B) 333.98º 0.93% 0.48% -
XYZ 8.89 4.64 4.43 -
YUV 48.37 133.44 180.52 -
System Red Green Blue C M Y K H S L
Decimal 122 9 58 0 0.93 0.52 0.52 333.98 0.86 0.26
Hex 7A 9 3A 0 5D 34 34 14E 56 1A
Octal 172 11 72 0 135 64 64 516 126 32
Binary 1111010 1001 111010 0 1011101 110100 110100 101001110 1010110 11010

Color Harmonies of #7A093A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A093A

Black with #7A093A

Text Example


Text Example

White with #7A093A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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