Html Css Color HEX #792371 Dark Purple

📋 copy color: '#792371'

red 121 ◦ green 35 ◦ blue 113

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

Shades of Dark Purple #792371

Tints of Dark Purple #792371

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.01%

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

R = 44.98%
G = 13.01%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#792371 (or 0x792371) is known color: Dark Purple. HEX triplet: 79, 23 and 71. RGB value is (121,35,113). Sum of RGB (Red+Green+Blue) = 121+35+113=269 (35% of max value = 765). Red value is 121 (47.66% from 255 or 44.98% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 113 (44.53% from 255 or 42.01% from 269); Max value from RGB is 121 - color contains mainly: red. Hex color #792371 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792371 is #86DC8E. Grayscale: #454545. Windows color (decimal): -8838287 or 7414649. OLE color: 7414649.

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

Color convert

RGB 121 35 113 -
CMYK 0 0.71 0.07 0.53
HSL 305.58º 0.55% 0.31% -
HSV(B) 305.58º 0.71% 0.47% -
XYZ 11.47 6.46 16.27 -
YUV 69.61 152.49 164.66 -
System Red Green Blue C M Y K H S L
Decimal 121 35 113 0 0.71 0.07 0.53 305.58 0.55 0.31
Hex 79 23 71 0 47 7 35 132 37 1F
Octal 171 43 161 0 107 7 65 462 67 37
Binary 1111001 100011 1110001 0 1000111 111 110101 100110010 110111 11111

Color Harmonies of #792371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792371

Black with #792371

Text Example


Text Example

White with #792371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792371; }

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

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

background-color css

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

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

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

border-color css

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

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

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