Html Css Color HEX #791973 Dark Purple

📋 copy color: '#791973'

red 121 ◦ green 25 ◦ blue 115

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

Shades of Dark Purple #791973

Tints of Dark Purple #791973

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.58%

 BLUE value IS 115 (45.31% from 255) = 44.06%

R = 46.36%
G = 9.58%
B = 44.06%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.53

RGB Variations

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

Color information

#791973 (or 0x791973) is known color: Dark Purple. HEX triplet: 79, 19 and 73. RGB value is (121,25,115). Sum of RGB (Red+Green+Blue) = 121+25+115=261 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.36% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 115 (45.31% from 255 or 44.06% from 261); Max value from RGB is 121 - color contains mainly: red. Hex color #791973 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791973 is #86E68C. Grayscale: #3F3F3F. Windows color (decimal): -8840845 or 7543161. OLE color: 7543161.

HSL color Cylindrical-coordinate representation of color #791973: hue angle of 303.75º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #791973 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 25 115 -
CMYK 0 0.79 0.05 0.53
HSL 303.75º 0.66% 0.29% -
HSV(B) 303.75º 0.79% 0.47% -
XYZ 11.33 6 16.78 -
YUV 63.96 156.8 168.68 -
System Red Green Blue C M Y K H S L
Decimal 121 25 115 0 0.79 0.05 0.53 303.75 0.66 0.29
Hex 79 19 73 0 4F 5 35 130 42 1D
Octal 171 31 163 0 117 5 65 460 102 35
Binary 1111001 11001 1110011 0 1001111 101 110101 100110000 1000010 11101

Color Harmonies of #791973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791973

Black with #791973

Text Example


Text Example

White with #791973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791973; }

 p { color: rgb(121,25,115); }

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

background-color css

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

 a { background-color: rgb(121,25,115); }

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

border-color css

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

 span { border-color: rgb(121,25,115); }

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