Html Css Color HEX #792871 Dark Purple

📋 copy color: '#792871'

red 121 ◦ green 40 ◦ blue 113

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

Shades of Dark Purple #792871

Tints of Dark Purple #792871

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 41.24%

R = 44.16%
G = 14.6%
B = 41.24%

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

#792871 (or 0x792871) is known color: Dark Purple. HEX triplet: 79, 28 and 71. RGB value is (121,40,113). Sum of RGB (Red+Green+Blue) = 121+40+113=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 40 (16.02% from 255 or 14.60% from 274); Blue value is 113 (44.53% from 255 or 41.24% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #792871 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792871 is #86D78E. Grayscale: #484848. Windows color (decimal): -8837007 or 7415929. OLE color: 7415929.

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

Color convert

RGB 121 40 113 -
CMYK 0 0.67 0.07 0.53
HSL 305.93º 0.5% 0.32% -
HSV(B) 305.93º 0.67% 0.47% -
XYZ 11.62 6.77 16.32 -
YUV 72.54 150.84 162.56 -
System Red Green Blue C M Y K H S L
Decimal 121 40 113 0 0.67 0.07 0.53 305.93 0.5 0.32
Hex 79 28 71 0 43 7 35 132 32 20
Octal 171 50 161 0 103 7 65 462 62 40
Binary 1111001 101000 1110001 0 1000011 111 110101 100110010 110010 100000

Color Harmonies of #792871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792871

Black with #792871

Text Example


Text Example

White with #792871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792871; }

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

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

background-color css

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

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

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

border-color css

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

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

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