Html Css Color HEX #79053C Tyrian Purple

📋 copy color: '#79053C'

red 121 ◦ green 5 ◦ blue 60

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

Shades of Tyrian Purple #79053C

Tints of Tyrian Purple #79053C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 32.26%

R = 65.05%
G = 2.69%
B = 32.26%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#79053C (or 0x79053C) is known color: Tyrian Purple. HEX triplet: 79, 05 and 3C. RGB value is (121,5,60). Sum of RGB (Red+Green+Blue) = 121+5+60=186 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.05% from 186); Green value is 5 (2.34% from 255 or 2.69% from 186); Blue value is 60 (23.83% from 255 or 32.26% from 186); Max value from RGB is 121 - color contains mainly: red. Hex color #79053C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #79053C is #86FAC3. Grayscale: #2D2D2D. Windows color (decimal): -8846020 or 3933561. OLE color: 3933561.

HSL color Cylindrical-coordinate representation of color #79053C: hue angle of 331.55º degrees, saturation: 0.92, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #79053C is Cyan = 0, Magento = 0.96, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 60 -
CMYK 0 0.96 0.50 0.53
HSL 331.55º 0.92% 0.25% -
HSV(B) 331.55º 0.96% 0.47% -
XYZ 8.76 4.5 4.68 -
YUV 45.95 135.93 181.53 -
System Red Green Blue C M Y K H S L
Decimal 121 5 60 0 0.96 0.50 0.53 331.55 0.92 0.25
Hex 79 5 3C 0 60 32 35 14C 5C 19
Octal 171 5 74 0 140 62 65 514 134 31
Binary 1111001 101 111100 0 1100000 110010 110101 101001100 1011100 11001

Color Harmonies of #79053C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79053C

Black with #79053C

Text Example


Text Example

White with #79053C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79053C; }

 p { color: rgb(121,5,60); }

 H1.HeaderClassName
 {
   color: #79053C;
 }
 .AnyTagClassName
 {
   color: #79053C;
 }
</style>

background-color css

<style>
 a { background-color: #79053C; }

 a { background-color: rgb(121,5,60); }

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

border-color css

<style>
 span { border-color: #79053C; }

 span { border-color: rgb(121,5,60); }

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