Html Css Color HEX #790540 Tyrian Purple

📋 copy color: '#790540'

red 121 ◦ green 5 ◦ blue 64

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

Shades of Tyrian Purple #790540

Tints of Tyrian Purple #790540

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.63%

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

R = 63.68%
G = 2.63%
B = 33.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#790540 (or 0x790540) is known color: Tyrian Purple. HEX triplet: 79, 05 and 40. RGB value is (121,5,64). Sum of RGB (Red+Green+Blue) = 121+5+64=190 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.68% from 190); Green value is 5 (2.34% from 255 or 2.63% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 121 - color contains mainly: red. Hex color #790540 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790540 is #86FABF. Grayscale: #2E2E2E. Windows color (decimal): -8846016 or 4195705. OLE color: 4195705.

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

Color convert

RGB 121 5 64 -
CMYK 0 0.96 0.47 0.53
HSL 329.48º 0.92% 0.25% -
HSV(B) 329.48º 0.96% 0.47% -
XYZ 8.86 4.54 5.26 -
YUV 46.41 137.93 181.2 -
System Red Green Blue C M Y K H S L
Decimal 121 5 64 0 0.96 0.47 0.53 329.48 0.92 0.25
Hex 79 5 40 0 60 2F 35 149 5C 19
Octal 171 5 100 0 140 57 65 511 134 31
Binary 1111001 101 1000000 0 1100000 101111 110101 101001001 1011100 11001

Color Harmonies of #790540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790540

Black with #790540

Text Example


Text Example

White with #790540

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790540; }

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

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

background-color css

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

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

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

border-color css

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

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

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