Html Css Color HEX #792772 Dark Purple

📋 copy color: '#792772'

red 121 ◦ green 39 ◦ blue 114

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

Shades of Dark Purple #792772

Tints of Dark Purple #792772

RGB

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

 GREEN value IS 39 (15.63% from 255) = 14.23%

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

R = 44.16%
G = 14.23%
B = 41.61%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.53

RGB Variations

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

Color information

#792772 (or 0x792772) is known color: Dark Purple. HEX triplet: 79, 27 and 72. RGB value is (121,39,114). Sum of RGB (Red+Green+Blue) = 121+39+114=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 39 (15.62% from 255 or 14.23% from 274); Blue value is 114 (44.92% from 255 or 41.61% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #792772 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792772 is #86D88D. Grayscale: #474747. Windows color (decimal): -8837262 or 7481209. OLE color: 7481209.

HSL color Cylindrical-coordinate representation of color #792772: hue angle of 305.12º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #792772 is Cyan = 0, Magento = 0.68, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 39 114 -
CMYK 0 0.68 0.06 0.53
HSL 305.12º 0.51% 0.31% -
HSV(B) 305.12º 0.68% 0.47% -
XYZ 11.65 6.73 16.6 -
YUV 72.07 151.67 162.9 -
System Red Green Blue C M Y K H S L
Decimal 121 39 114 0 0.68 0.06 0.53 305.12 0.51 0.31
Hex 79 27 72 0 44 6 35 131 33 1F
Octal 171 47 162 0 104 6 65 461 63 37
Binary 1111001 100111 1110010 0 1000100 110 110101 100110001 110011 11111

Color Harmonies of #792772

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792772

Black with #792772

Text Example


Text Example

White with #792772

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792772; }

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

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

background-color css

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

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

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

border-color css

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

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

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