Html Css Color HEX #790148 Tyrian Purple

📋 copy color: '#790148'

red 121 ◦ green 1 ◦ blue 72

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

Shades of Tyrian Purple #790148

Tints of Tyrian Purple #790148

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 37.11%

R = 62.37%
G = 0.52%
B = 37.11%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#790148 (or 0x790148) is known color: Tyrian Purple. HEX triplet: 79, 01 and 48. RGB value is (121,1,72). Sum of RGB (Red+Green+Blue) = 121+1+72=194 (25% of max value = 765). Red value is 121 (47.66% from 255 or 62.37% from 194); Green value is 1 (0.78% from 255 or 0.52% from 194); Blue value is 72 (28.52% from 255 or 37.11% from 194); Max value from RGB is 121 - color contains mainly: red. Hex color #790148 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #790148 is #86FEB7. Grayscale: #2C2C2C. Windows color (decimal): -8847032 or 4718969. OLE color: 4718969.

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

Color convert

RGB 121 1 72 -
CMYK 0 0.99 0.40 0.53
HSL 324.5º 0.98% 0.24% -
HSV(B) 324.5º 0.99% 0.47% -
XYZ 9.07 4.55 6.53 -
YUV 44.97 143.26 182.23 -
System Red Green Blue C M Y K H S L
Decimal 121 1 72 0 0.99 0.40 0.53 324.5 0.98 0.24
Hex 79 1 48 0 63 28 35 144 62 18
Octal 171 1 110 0 143 50 65 504 142 30
Binary 1111001 1 1001000 0 1100011 101000 110101 101000100 1100010 11000

Color Harmonies of #790148

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790148

Black with #790148

Text Example


Text Example

White with #790148

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790148; }

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

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

background-color css

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

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

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

border-color css

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

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

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