Html Css Color HEX #790D3C Tyrian Purple

📋 copy color: '#790D3C'

red 121 ◦ green 13 ◦ blue 60

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

Shades of Tyrian Purple #790D3C

Tints of Tyrian Purple #790D3C

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.7%

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

R = 62.37%
G = 6.7%
B = 30.93%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.50

 K value IS 0.53

RGB Variations

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

Color information

#790D3C (or 0x790D3C) is known color: Tyrian Purple. HEX triplet: 79, 0D and 3C. RGB value is (121,13,60). Sum of RGB (Red+Green+Blue) = 121+13+60=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 13 (5.47% from 255 or 6.70% from 194); Blue value is 60 (23.83% from 255 or 30.93% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #790D3C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790D3C is #86F2C3. Grayscale: #323232. Windows color (decimal): -8843972 or 3935609. OLE color: 3935609.

HSL color Cylindrical-coordinate representation of color #790D3C: hue angle of 333.89º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790D3C is Cyan = 0, Magento = 0.89, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 13 60 -
CMYK 0 0.89 0.50 0.53
HSL 333.89º 0.81% 0.26% -
HSV(B) 333.89º 0.89% 0.47% -
XYZ 8.84 4.68 4.71 -
YUV 50.65 133.28 178.18 -
System Red Green Blue C M Y K H S L
Decimal 121 13 60 0 0.89 0.50 0.53 333.89 0.81 0.26
Hex 79 D 3C 0 59 32 35 14E 51 1A
Octal 171 15 74 0 131 62 65 516 121 32
Binary 1111001 1101 111100 0 1011001 110010 110101 101001110 1010001 11010

Color Harmonies of #790D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790D3C

Black with #790D3C

Text Example


Text Example

White with #790D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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