Html Css Color HEX #790C46 Tyrian Purple

📋 copy color: '#790C46'

red 121 ◦ green 12 ◦ blue 70

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

Shades of Tyrian Purple #790C46

Tints of Tyrian Purple #790C46

RGB

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

 GREEN value IS 12 (5.08% from 255) = 5.91%

 BLUE value IS 70 (27.73% from 255) = 34.48%

R = 59.61%
G = 5.91%
B = 34.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.42

 K value IS 0.53

RGB Variations

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

Color information

#790C46 (or 0x790C46) is known color: Tyrian Purple. HEX triplet: 79, 0C and 46. RGB value is (121,12,70). Sum of RGB (Red+Green+Blue) = 121+12+70=203 (26% of max value = 765). Red value is 121 (47.66% from 255 or 59.61% from 203); Green value is 12 (5.08% from 255 or 5.91% from 203); Blue value is 70 (27.73% from 255 or 34.48% from 203); Max value from RGB is 121 - color contains mainly: red. Hex color #790C46 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790C46 is #86F3B9. Grayscale: #333333. Windows color (decimal): -8844218 or 4590713. OLE color: 4590713.

HSL color Cylindrical-coordinate representation of color #790C46: hue angle of 328.07º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C46 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 70 -
CMYK 0 0.90 0.42 0.53
HSL 328.07º 0.82% 0.26% -
HSV(B) 328.07º 0.9% 0.47% -
XYZ 9.12 4.77 6.23 -
YUV 51.2 138.61 177.78 -
System Red Green Blue C M Y K H S L
Decimal 121 12 70 0 0.90 0.42 0.53 328.07 0.82 0.26
Hex 79 C 46 0 5A 2A 35 148 52 1A
Octal 171 14 106 0 132 52 65 510 122 32
Binary 1111001 1100 1000110 0 1011010 101010 110101 101001000 1010010 11010

Color Harmonies of #790C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C46

Black with #790C46

Text Example


Text Example

White with #790C46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790C46; }

 p { color: rgb(121,12,70); }

 H1.HeaderClassName
 {
   color: #790C46;
 }
 .AnyTagClassName
 {
   color: #790C46;
 }
</style>

background-color css

<style>
 a { background-color: #790C46; }

 a { background-color: rgb(121,12,70); }

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

border-color css

<style>
 span { border-color: #790C46; }

 span { border-color: rgb(121,12,70); }

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