Html Css Color HEX #792080 Dark Purple

📋 copy color: '#792080'

red 121 ◦ green 32 ◦ blue 128

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

Shades of Dark Purple #792080

Tints of Dark Purple #792080

RGB

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

 GREEN value IS 32 (12.89% from 255) = 11.39%

 BLUE value IS 128 (50.39% from 255) = 45.55%

R = 43.06%
G = 11.39%
B = 45.55%

CMYK

 C value IS 0.05

 M value IS 0.75

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#792080 (or 0x792080) is known color: Dark Purple. HEX triplet: 79, 20 and 80. RGB value is (121,32,128). Sum of RGB (Red+Green+Blue) = 121+32+128=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 32 (12.89% from 255 or 11.39% from 281); Blue value is 128 (50.39% from 255 or 45.55% from 281); Max value from RGB is 128 - color contains mainly: blue. Hex color #792080 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #792080 is #86DF7F. Grayscale: #454545. Windows color (decimal): -8839040 or 8396921. OLE color: 8396921.

HSL color Cylindrical-coordinate representation of color #792080: hue angle of 295.62º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #792080 is Cyan = 0.05, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 32 128 -
CMYK 0.05 0.75 0 0.50
HSL 295.63º 0.6% 0.31% -
HSV(B) 295.63º 0.75% 0.5% -
XYZ 12.3 6.66 21.06 -
YUV 69.56 160.99 164.69 -
System Red Green Blue C M Y K H S L
Decimal 121 32 128 0.05 0.75 0 0.50 295.63 0.6 0.31
Hex 79 20 80 5 4B 0 32 128 3C 1F
Octal 171 40 200 5 113 0 62 450 74 37
Binary 1111001 100000 10000000 101 1001011 0 110010 100101000 111100 11111

Color Harmonies of #792080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792080

Black with #792080

Text Example


Text Example

White with #792080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792080; }

 p { color: rgb(121,32,128); }

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

background-color css

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

 a { background-color: rgb(121,32,128); }

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

border-color css

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

 span { border-color: rgb(121,32,128); }

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