Html Css Color HEX #79013A Tyrian Purple

📋 copy color: '#79013A'

red 121 ◦ green 1 ◦ blue 58

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

Shades of Tyrian Purple #79013A

Tints of Tyrian Purple #79013A

RGB

 RED value IS 121 (47.66% from 255) = 67.22%

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 67.22%
G = 0.56%
B = 32.22%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.52

 K value IS 0.53

RGB Variations

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

Color information

#79013A (or 0x79013A) is known color: Tyrian Purple. HEX triplet: 79, 01 and 3A. RGB value is (121,1,58). Sum of RGB (Red+Green+Blue) = 121+1+58=180 (23% of max value = 765). Red value is 121 (47.66% from 255 or 67.22% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 58 (23.05% from 255 or 32.22% from 180); Max value from RGB is 121 - color contains mainly: red. Hex color #79013A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79013A is #86FEC5. Grayscale: #2B2B2B. Windows color (decimal): -8847046 or 3801465. OLE color: 3801465.

HSL color Cylindrical-coordinate representation of color #79013A: hue angle of 331.5º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #79013A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 58 -
CMYK 0 0.99 0.52 0.53
HSL 331.5º 0.98% 0.24% -
HSV(B) 331.5º 0.99% 0.47% -
XYZ 8.66 4.39 4.39 -
YUV 43.38 136.26 183.37 -
System Red Green Blue C M Y K H S L
Decimal 121 1 58 0 0.99 0.52 0.53 331.5 0.98 0.24
Hex 79 1 3A 0 63 34 35 14C 62 18
Octal 171 1 72 0 143 64 65 514 142 30
Binary 1111001 1 111010 0 1100011 110100 110101 101001100 1100010 11000

Color Harmonies of #79013A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79013A

Black with #79013A

Text Example


Text Example

White with #79013A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79013A; }

 p { color: rgb(121,1,58); }

 H1.HeaderClassName
 {
   color: #79013A;
 }
 .AnyTagClassName
 {
   color: #79013A;
 }
</style>

background-color css

<style>
 a { background-color: #79013A; }

 a { background-color: rgb(121,1,58); }

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

border-color css

<style>
 span { border-color: #79013A; }

 span { border-color: rgb(121,1,58); }

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