Html Css Color HEX #792870 Dark Purple

📋 copy color: '#792870'

red 121 ◦ green 40 ◦ blue 112

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

Shades of Dark Purple #792870

Tints of Dark Purple #792870

RGB

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

 GREEN value IS 40 (16.02% from 255) = 14.65%

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

R = 44.32%
G = 14.65%
B = 41.03%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#792870 (or 0x792870) is known color: Dark Purple. HEX triplet: 79, 28 and 70. RGB value is (121,40,112). Sum of RGB (Red+Green+Blue) = 121+40+112=273 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.32% from 273); Green value is 40 (16.02% from 255 or 14.65% from 273); Blue value is 112 (44.14% from 255 or 41.03% from 273); Max value from RGB is 121 - color contains mainly: red. Hex color #792870 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792870 is #86D78F. Grayscale: #484848. Windows color (decimal): -8837008 or 7350393. OLE color: 7350393.

HSL color Cylindrical-coordinate representation of color #792870: hue angle of 306.67º degrees, saturation: 0.5, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #792870 is Cyan = 0, Magento = 0.67, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 40 112 -
CMYK 0 0.67 0.07 0.53
HSL 306.67º 0.5% 0.32% -
HSV(B) 306.67º 0.67% 0.47% -
XYZ 11.57 6.75 16.02 -
YUV 72.43 150.34 162.65 -
System Red Green Blue C M Y K H S L
Decimal 121 40 112 0 0.67 0.07 0.53 306.67 0.5 0.32
Hex 79 28 70 0 43 7 35 133 32 20
Octal 171 50 160 0 103 7 65 463 62 40
Binary 1111001 101000 1110000 0 1000011 111 110101 100110011 110010 100000

Color Harmonies of #792870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792870

Black with #792870

Text Example


Text Example

White with #792870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792870; }

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

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

background-color css

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

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

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

border-color css

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

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

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