Html Css Color HEX #7A0053 Tyrian Purple

📋 copy color: '#7A0053'

red 122 ◦ green 0 ◦ blue 83

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

Shades of Tyrian Purple #7A0053

Tints of Tyrian Purple #7A0053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 40.49%

R = 59.51%
G = 0%
B = 40.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7A0053 (or 0x7A0053) is known color: Tyrian Purple. HEX triplet: 7A, 00 and 53. RGB value is (122,0,83). Sum of RGB (Red+Green+Blue) = 122+0+83=205 (27% of max value = 765). Red value is 122 (48.05% from 255 or 59.51% from 205); Green value is 0 (0.39% from 255 or 0% from 205); Blue value is 83 (32.81% from 255 or 40.49% from 205); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0053 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0053 is #85FFAC. Grayscale: #2D2D2D. Windows color (decimal): -8781741 or 5439610. OLE color: 5439610.

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

Color convert

RGB 122 0 83 -
CMYK 0 1 0.32 0.52
HSL 319.18º 1% 0.24% -
HSV(B) 319.18º 1% 0.48% -
XYZ 9.59 4.76 8.6 -
YUV 45.94 148.92 182.25 -
System Red Green Blue C M Y K H S L
Decimal 122 0 83 0 1 0.32 0.52 319.18 1 0.24
Hex 7A 0 53 0 64 20 34 13F 64 18
Octal 172 0 123 0 144 40 64 477 144 30
Binary 1111010 0 1010011 0 1100100 100000 110100 100111111 1100100 11000

Color Harmonies of #7A0053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0053

Black with #7A0053

Text Example


Text Example

White with #7A0053

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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