Html Css Color HEX #790450 Tyrian Purple

📋 copy color: '#790450'

red 121 ◦ green 4 ◦ blue 80

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

Shades of Tyrian Purple #790450

Tints of Tyrian Purple #790450

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.95%

 BLUE value IS 80 (31.64% from 255) = 39.02%

R = 59.02%
G = 1.95%
B = 39.02%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#790450 (or 0x790450) is known color: Tyrian Purple. HEX triplet: 79, 04 and 50. RGB value is (121,4,80). Sum of RGB (Red+Green+Blue) = 121+4+80=205 (27% of max value = 765). Red value is 121 (47.66% from 255 or 59.02% from 205); Green value is 4 (1.95% from 255 or 1.95% from 205); Blue value is 80 (31.64% from 255 or 39.02% from 205); Max value from RGB is 121 - color contains mainly: red. Hex color #790450 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790450 is #86FBAF. Grayscale: #2F2F2F. Windows color (decimal): -8846256 or 5244025. OLE color: 5244025.

HSL color Cylindrical-coordinate representation of color #790450: hue angle of 321.03º degrees, saturation: 0.94, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #790450 is Cyan = 0, Magento = 0.97, Yellow = 0.34 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 4 80 -
CMYK 0 0.97 0.34 0.53
HSL 321.03º 0.94% 0.25% -
HSV(B) 321.03º 0.97% 0.47% -
XYZ 9.38 4.73 8.01 -
YUV 47.65 146.26 180.32 -
System Red Green Blue C M Y K H S L
Decimal 121 4 80 0 0.97 0.34 0.53 321.03 0.94 0.25
Hex 79 4 50 0 61 22 35 141 5E 19
Octal 171 4 120 0 141 42 65 501 136 31
Binary 1111001 100 1010000 0 1100001 100010 110101 101000001 1011110 11001

Color Harmonies of #790450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790450

Black with #790450

Text Example


Text Example

White with #790450

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790450; }

 p { color: rgb(121,4,80); }

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

background-color css

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

 a { background-color: rgb(121,4,80); }

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

border-color css

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

 span { border-color: rgb(121,4,80); }

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