Html Css Color HEX #791978 Dark Purple

📋 copy color: '#791978'

red 121 ◦ green 25 ◦ blue 120

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

Shades of Dark Purple #791978

Tints of Dark Purple #791978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 45.11%

R = 45.49%
G = 9.4%
B = 45.11%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#791978 (or 0x791978) is known color: Dark Purple. HEX triplet: 79, 19 and 78. RGB value is (121,25,120). Sum of RGB (Red+Green+Blue) = 121+25+120=266 (35% of max value = 765). Red value is 121 (47.66% from 255 or 45.49% from 266); Green value is 25 (10.16% from 255 or 9.40% from 266); Blue value is 120 (47.27% from 255 or 45.11% from 266); Max value from RGB is 121 - color contains mainly: red. Hex color #791978 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791978 is #86E687. Grayscale: #404040. Windows color (decimal): -8840840 or 7870841. OLE color: 7870841.

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

Color convert

RGB 121 25 120 -
CMYK 0 0.79 0.01 0.53
HSL 300.63º 0.66% 0.29% -
HSV(B) 300.63º 0.79% 0.47% -
XYZ 11.62 6.12 18.34 -
YUV 64.53 159.3 168.28 -
System Red Green Blue C M Y K H S L
Decimal 121 25 120 0 0.79 0.01 0.53 300.63 0.66 0.29
Hex 79 19 78 0 4F 1 35 12D 42 1D
Octal 171 31 170 0 117 1 65 455 102 35
Binary 1111001 11001 1111000 0 1001111 1 110101 100101101 1000010 11101

Color Harmonies of #791978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791978

Black with #791978

Text Example


Text Example

White with #791978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791978; }

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

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

background-color css

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

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

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

border-color css

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

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

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