Html Css Color HEX #790B58 Tyrian Purple

📋 copy color: '#790B58'

red 121 ◦ green 11 ◦ blue 88

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

Shades of Tyrian Purple #790B58

Tints of Tyrian Purple #790B58

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5%

 BLUE value IS 88 (34.77% from 255) = 40%

R = 55%
G = 5%
B = 40%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#790B58 (or 0x790B58) is known color: Tyrian Purple. HEX triplet: 79, 0B and 58. RGB value is (121,11,88). Sum of RGB (Red+Green+Blue) = 121+11+88=220 (29% of max value = 765). Red value is 121 (47.66% from 255 or 55% from 220); Green value is 11 (4.69% from 255 or 5% from 220); Blue value is 88 (34.77% from 255 or 40% from 220); Max value from RGB is 121 - color contains mainly: red. Hex color #790B58 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B58 is #86F4A7. Grayscale: #343434. Windows color (decimal): -8844456 or 5770105. OLE color: 5770105.

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

Color convert

RGB 121 11 88 -
CMYK 0 0.91 0.27 0.53
HSL 318º 0.83% 0.26% -
HSV(B) 318º 0.91% 0.47% -
XYZ 9.77 5.01 9.68 -
YUV 52.67 147.94 176.74 -
System Red Green Blue C M Y K H S L
Decimal 121 11 88 0 0.91 0.27 0.53 318 0.83 0.26
Hex 79 B 58 0 5B 1B 35 13E 53 1A
Octal 171 13 130 0 133 33 65 476 123 32
Binary 1111001 1011 1011000 0 1011011 11011 110101 100111110 1010011 11010

Color Harmonies of #790B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B58

Black with #790B58

Text Example


Text Example

White with #790B58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,11,88); }

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

background-color css

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

 a { background-color: rgb(121,11,88); }

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

border-color css

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

 span { border-color: rgb(121,11,88); }

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