Html Css Color HEX #792D72 Dark Purple

📋 copy color: '#792D72'

red 121 ◦ green 45 ◦ blue 114

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

Shades of Dark Purple #792D72

Tints of Dark Purple #792D72

RGB

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

 GREEN value IS 45 (17.97% from 255) = 16.07%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 43.21%
G = 16.07%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#792D72 (or 0x792D72) is known color: Dark Purple. HEX triplet: 79, 2D and 72. RGB value is (121,45,114). Sum of RGB (Red+Green+Blue) = 121+45+114=280 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.21% from 280); Green value is 45 (17.97% from 255 or 16.07% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 121 - color contains mainly: red. Hex color #792D72 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792D72 is #86D28D. Grayscale: #4B4B4B. Windows color (decimal): -8835726 or 7482745. OLE color: 7482745.

HSL color Cylindrical-coordinate representation of color #792D72: hue angle of 305.53º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #792D72 is Cyan = 0, Magento = 0.63, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 45 114 -
CMYK 0 0.63 0.06 0.53
HSL 305.53º 0.46% 0.33% -
HSV(B) 305.53º 0.63% 0.47% -
XYZ 11.86 7.16 16.68 -
YUV 75.59 149.68 160.39 -
System Red Green Blue C M Y K H S L
Decimal 121 45 114 0 0.63 0.06 0.53 305.53 0.46 0.33
Hex 79 2D 72 0 3F 6 35 132 2E 21
Octal 171 55 162 0 77 6 65 462 56 41
Binary 1111001 101101 1110010 0 111111 110 110101 100110010 101110 100001

Color Harmonies of #792D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792D72

Black with #792D72

Text Example


Text Example

White with #792D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792D72; }

 p { color: rgb(121,45,114); }

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

background-color css

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

 a { background-color: rgb(121,45,114); }

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

border-color css

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

 span { border-color: rgb(121,45,114); }

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