Html Css Color HEX #792076 Dark Purple

📋 copy color: '#792076'

red 121 ◦ green 32 ◦ blue 118

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

Shades of Dark Purple #792076

Tints of Dark Purple #792076

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 43.54%

R = 44.65%
G = 11.81%
B = 43.54%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#792076 (or 0x792076) is known color: Dark Purple. HEX triplet: 79, 20 and 76. RGB value is (121,32,118). Sum of RGB (Red+Green+Blue) = 121+32+118=271 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.65% from 271); Green value is 32 (12.89% from 255 or 11.81% from 271); Blue value is 118 (46.48% from 255 or 43.54% from 271); Max value from RGB is 121 - color contains mainly: red. Hex color #792076 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792076 is #86DF89. Grayscale: #444444. Windows color (decimal): -8839050 or 7741561. OLE color: 7741561.

HSL color Cylindrical-coordinate representation of color #792076: hue angle of 302.02º degrees, saturation: 0.58, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #792076 is Cyan = 0, Magento = 0.74, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 32 118 -
CMYK 0 0.74 0.02 0.53
HSL 302.02º 0.58% 0.3% -
HSV(B) 302.02º 0.74% 0.47% -
XYZ 11.67 6.41 17.76 -
YUV 68.42 155.99 165.51 -
System Red Green Blue C M Y K H S L
Decimal 121 32 118 0 0.74 0.02 0.53 302.02 0.58 0.3
Hex 79 20 76 0 4A 2 35 12E 3A 1E
Octal 171 40 166 0 112 2 65 456 72 36
Binary 1111001 100000 1110110 0 1001010 10 110101 100101110 111010 11110

Color Harmonies of #792076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792076

Black with #792076

Text Example


Text Example

White with #792076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792076; }

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

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

background-color css

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

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

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

border-color css

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

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

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