Html Css Color HEX #7A0353 Tyrian Purple

📋 copy color: '#7A0353'

red 122 ◦ green 3 ◦ blue 83

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

Shades of Tyrian Purple #7A0353

Tints of Tyrian Purple #7A0353

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.44%

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

R = 58.65%
G = 1.44%
B = 39.9%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.32

 K value IS 0.52

RGB Variations

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

Color information

#7A0353 (or 0x7A0353) is known color: Tyrian Purple. HEX triplet: 7A, 03 and 53. RGB value is (122,3,83). Sum of RGB (Red+Green+Blue) = 122+3+83=208 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.65% from 208); Green value is 3 (1.56% from 255 or 1.44% from 208); Blue value is 83 (32.81% from 255 or 39.90% from 208); Max value from RGB is 122 - color contains mainly: red. Hex color #7A0353 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #7A0353 is #85FCAC. Grayscale: #2F2F2F. Windows color (decimal): -8780973 or 5440378. OLE color: 5440378.

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

Color convert

RGB 122 3 83 -
CMYK 0 0.98 0.32 0.52
HSL 319.66º 0.95% 0.25% -
HSV(B) 319.66º 0.98% 0.48% -
XYZ 9.62 4.83 8.61 -
YUV 47.7 147.92 181 -
System Red Green Blue C M Y K H S L
Decimal 122 3 83 0 0.98 0.32 0.52 319.66 0.95 0.25
Hex 7A 3 53 0 62 20 34 140 5F 19
Octal 172 3 123 0 142 40 64 500 137 31
Binary 1111010 11 1010011 0 1100010 100000 110100 101000000 1011111 11001

Color Harmonies of #7A0353

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A0353

Black with #7A0353

Text Example


Text Example

White with #7A0353

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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