Html Css Color HEX #790542 Tyrian Purple

📋 copy color: '#790542'

red 121 ◦ green 5 ◦ blue 66

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

Shades of Tyrian Purple #790542

Tints of Tyrian Purple #790542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 34.38%

R = 63.02%
G = 2.6%
B = 34.38%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#790542 (or 0x790542) is known color: Tyrian Purple. HEX triplet: 79, 05 and 42. RGB value is (121,5,66). Sum of RGB (Red+Green+Blue) = 121+5+66=192 (25% of max value = 765). Red value is 121 (47.66% from 255 or 63.02% from 192); Green value is 5 (2.34% from 255 or 2.60% from 192); Blue value is 66 (26.17% from 255 or 34.38% from 192); Max value from RGB is 121 - color contains mainly: red. Hex color #790542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790542 is #86FABD. Grayscale: #2E2E2E. Windows color (decimal): -8846014 or 4326777. OLE color: 4326777.

HSL color Cylindrical-coordinate representation of color #790542: hue angle of 328.45º 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 #790542 is Cyan = 0, Magento = 0.96, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 5 66 -
CMYK 0 0.96 0.45 0.53
HSL 328.45º 0.92% 0.25% -
HSV(B) 328.45º 0.96% 0.47% -
XYZ 8.92 4.57 5.57 -
YUV 46.64 138.93 181.04 -
System Red Green Blue C M Y K H S L
Decimal 121 5 66 0 0.96 0.45 0.53 328.45 0.92 0.25
Hex 79 5 42 0 60 2D 35 148 5C 19
Octal 171 5 102 0 140 55 65 510 134 31
Binary 1111001 101 1000010 0 1100000 101101 110101 101001000 1011100 11001

Color Harmonies of #790542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790542

Black with #790542

Text Example


Text Example

White with #790542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790542; }

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

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

background-color css

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

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

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

border-color css

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

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

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