Html Css Color HEX #790B53 Tyrian Purple

📋 copy color: '#790B53'

red 121 ◦ green 11 ◦ blue 83

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

Shades of Tyrian Purple #790B53

Tints of Tyrian Purple #790B53

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 38.6%

R = 56.28%
G = 5.12%
B = 38.6%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.31

 K value IS 0.53

RGB Variations

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

Color information

#790B53 (or 0x790B53) is known color: Tyrian Purple. HEX triplet: 79, 0B and 53. RGB value is (121,11,83). Sum of RGB (Red+Green+Blue) = 121+11+83=215 (28% of max value = 765). Red value is 121 (47.66% from 255 or 56.28% from 215); Green value is 11 (4.69% from 255 or 5.12% from 215); Blue value is 83 (32.81% from 255 or 38.60% from 215); Max value from RGB is 121 - color contains mainly: red. Hex color #790B53 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B53 is #86F4AC. Grayscale: #333333. Windows color (decimal): -8844461 or 5442425. OLE color: 5442425.

HSL color Cylindrical-coordinate representation of color #790B53: hue angle of 320.73º 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 #790B53 is Cyan = 0, Magento = 0.91, Yellow = 0.31 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 11 83 -
CMYK 0 0.91 0.31 0.53
HSL 320.73º 0.83% 0.26% -
HSV(B) 320.73º 0.91% 0.47% -
XYZ 9.57 4.93 8.63 -
YUV 52.1 145.44 177.15 -
System Red Green Blue C M Y K H S L
Decimal 121 11 83 0 0.91 0.31 0.53 320.73 0.83 0.26
Hex 79 B 53 0 5B 1F 35 141 53 1A
Octal 171 13 123 0 133 37 65 501 123 32
Binary 1111001 1011 1010011 0 1011011 11111 110101 101000001 1010011 11010

Color Harmonies of #790B53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B53

Black with #790B53

Text Example


Text Example

White with #790B53

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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