Html Css Color HEX #7A053B Tyrian Purple

📋 copy color: '#7A053B'

red 122 ◦ green 5 ◦ blue 59

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

Shades of Tyrian Purple #7A053B

Tints of Tyrian Purple #7A053B

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.69%

 BLUE value IS 59 (23.44% from 255) = 31.72%

R = 65.59%
G = 2.69%
B = 31.72%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.52

 K value IS 0.52

RGB Variations

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

Color information

#7A053B (or 0x7A053B) is known color: Tyrian Purple. HEX triplet: 7A, 05 and 3B. RGB value is (122,5,59). Sum of RGB (Red+Green+Blue) = 122+5+59=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 59 (23.44% from 255 or 31.72% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A053B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #7A053B is #85FAC4. Grayscale: #2E2E2E. Windows color (decimal): -8780485 or 3868026. OLE color: 3868026.

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

Color convert

RGB 122 5 59 -
CMYK 0 0.96 0.52 0.52
HSL 332.31º 0.92% 0.25% -
HSV(B) 332.31º 0.96% 0.48% -
XYZ 8.87 4.56 4.55 -
YUV 46.14 135.26 182.11 -
System Red Green Blue C M Y K H S L
Decimal 122 5 59 0 0.96 0.52 0.52 332.31 0.92 0.25
Hex 7A 5 3B 0 60 34 34 14C 5C 19
Octal 172 5 73 0 140 64 64 514 134 31
Binary 1111010 101 111011 0 1100000 110100 110100 101001100 1011100 11001

Color Harmonies of #7A053B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A053B

Black with #7A053B

Text Example


Text Example

White with #7A053B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,5,59); }

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

background-color css

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

 a { background-color: rgb(122,5,59); }

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

border-color css

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

 span { border-color: rgb(122,5,59); }

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