Html Css Color HEX #791981 Dark Purple

📋 copy color: '#791981'

red 121 ◦ green 25 ◦ blue 129

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

Shades of Dark Purple #791981

Tints of Dark Purple #791981

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 46.91%

R = 44%
G = 9.09%
B = 46.91%

CMYK

 C value IS 0.06

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#791981 (or 0x791981) is known color: Dark Purple. HEX triplet: 79, 19 and 81. RGB value is (121,25,129). Sum of RGB (Red+Green+Blue) = 121+25+129=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #791981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #791981 is #86E67E. Grayscale: #414141. Windows color (decimal): -8840831 or 8460665. OLE color: 8460665.

HSL color Cylindrical-coordinate representation of color #791981: hue angle of 295.38º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #791981 is Cyan = 0.06, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 25 129 -
CMYK 0.06 0.81 0 0.49
HSL 295.38º 0.68% 0.3% -
HSV(B) 295.38º 0.81% 0.51% -
XYZ 12.2 6.35 21.35 -
YUV 65.56 163.8 167.54 -
System Red Green Blue C M Y K H S L
Decimal 121 25 129 0.06 0.81 0 0.49 295.38 0.68 0.3
Hex 79 19 81 6 51 0 31 127 44 1E
Octal 171 31 201 6 121 0 61 447 104 36
Binary 1111001 11001 10000001 110 1010001 0 110001 100100111 1000100 11110

Color Harmonies of #791981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791981

Black with #791981

Text Example


Text Example

White with #791981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791981; }

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

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

background-color css

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

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

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

border-color css

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

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

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