Html Css Color HEX #790137 Tyrian Purple

📋 copy color: '#790137'

red 121 ◦ green 1 ◦ blue 55

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

Shades of Tyrian Purple #790137

Tints of Tyrian Purple #790137

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

 BLUE value IS 55 (21.88% from 255) = 31.07%

R = 68.36%
G = 0.56%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.55

 K value IS 0.53

RGB Variations

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

Color information

#790137 (or 0x790137) is known color: Tyrian Purple. HEX triplet: 79, 01 and 37. RGB value is (121,1,55). Sum of RGB (Red+Green+Blue) = 121+1+55=177 (23% of max value = 765). Red value is 121 (47.66% from 255 or 68.36% from 177); Green value is 1 (0.78% from 255 or 0.56% from 177); Blue value is 55 (21.88% from 255 or 31.07% from 177); Max value from RGB is 121 - color contains mainly: red. Hex color #790137 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790137 is #86FEC8. Grayscale: #2A2A2A. Windows color (decimal): -8847049 or 3604857. OLE color: 3604857.

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

Color convert

RGB 121 1 55 -
CMYK 0 0.99 0.55 0.53
HSL 333º 0.98% 0.24% -
HSV(B) 333º 0.99% 0.47% -
XYZ 8.59 4.36 4 -
YUV 43.04 134.76 183.61 -
System Red Green Blue C M Y K H S L
Decimal 121 1 55 0 0.99 0.55 0.53 333 0.98 0.24
Hex 79 1 37 0 63 37 35 14D 62 18
Octal 171 1 67 0 143 67 65 515 142 30
Binary 1111001 1 110111 0 1100011 110111 110101 101001101 1100010 11000

Color Harmonies of #790137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790137

Black with #790137

Text Example


Text Example

White with #790137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790137; }

 p { color: rgb(121,1,55); }

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

background-color css

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

 a { background-color: rgb(121,1,55); }

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

border-color css

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

 span { border-color: rgb(121,1,55); }

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