Html Css Color HEX #790040 Tyrian Purple

📋 copy color: '#790040'

red 121 ◦ green 0 ◦ blue 64

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

Shades of Tyrian Purple #790040

Tints of Tyrian Purple #790040

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 64 (25.39% from 255) = 34.59%

R = 65.41%
G = 0%
B = 34.59%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#790040 (or 0x790040) is known color: Tyrian Purple. HEX triplet: 79, 00 and 40. RGB value is (121,0,64). Sum of RGB (Red+Green+Blue) = 121+0+64=185 (24% of max value = 765). Red value is 121 (47.66% from 255 or 65.41% from 185); Green value is 0 (0.39% from 255 or 0% from 185); Blue value is 64 (25.39% from 255 or 34.59% from 185); Max value from RGB is 121 - color contains mainly: red. Hex color #790040 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790040 is #86FFBF. Grayscale: #2B2B2B. Windows color (decimal): -8847296 or 4194425. OLE color: 4194425.

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

Color convert

RGB 121 0 64 -
CMYK 0 1 0.47 0.53
HSL 328.26º 1% 0.24% -
HSV(B) 328.26º 1% 0.47% -
XYZ 8.81 4.44 5.24 -
YUV 43.48 139.59 183.3 -
System Red Green Blue C M Y K H S L
Decimal 121 0 64 0 1 0.47 0.53 328.26 1 0.24
Hex 79 0 40 0 64 2F 35 148 64 18
Octal 171 0 100 0 144 57 65 510 144 30
Binary 1111001 0 1000000 0 1100100 101111 110101 101001000 1100100 11000

Color Harmonies of #790040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790040

Black with #790040

Text Example


Text Example

White with #790040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790040; }

 p { color: rgb(121,0,64); }

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

background-color css

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

 a { background-color: rgb(121,0,64); }

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

border-color css

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

 span { border-color: rgb(121,0,64); }

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