Html Css Color HEX #792770 Dark Purple

📋 copy color: '#792770'

red 121 ◦ green 39 ◦ blue 112

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

Shades of Dark Purple #792770

Tints of Dark Purple #792770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 41.18%

R = 44.49%
G = 14.34%
B = 41.18%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#792770 (or 0x792770) is known color: Dark Purple. HEX triplet: 79, 27 and 70. RGB value is (121,39,112). Sum of RGB (Red+Green+Blue) = 121+39+112=272 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.49% from 272); Green value is 39 (15.62% from 255 or 14.34% from 272); Blue value is 112 (44.14% from 255 or 41.18% from 272); Max value from RGB is 121 - color contains mainly: red. Hex color #792770 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792770 is #86D88F. Grayscale: #474747. Windows color (decimal): -8837264 or 7350137. OLE color: 7350137.

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

Color convert

RGB 121 39 112 -
CMYK 0 0.68 0.07 0.53
HSL 306.59º 0.51% 0.31% -
HSV(B) 306.59º 0.68% 0.47% -
XYZ 11.54 6.69 16.01 -
YUV 71.84 150.67 163.06 -
System Red Green Blue C M Y K H S L
Decimal 121 39 112 0 0.68 0.07 0.53 306.59 0.51 0.31
Hex 79 27 70 0 44 7 35 133 33 1F
Octal 171 47 160 0 104 7 65 463 63 37
Binary 1111001 100111 1110000 0 1000100 111 110101 100110011 110011 11111

Color Harmonies of #792770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792770

Black with #792770

Text Example


Text Example

White with #792770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792770; }

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

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

background-color css

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

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

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

border-color css

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

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

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