Html Css Color HEX #792978 Dark Purple

📋 copy color: '#792978'

red 121 ◦ green 41 ◦ blue 120

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

Shades of Dark Purple #792978

Tints of Dark Purple #792978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 14.54%

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

R = 42.91%
G = 14.54%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#792978 (or 0x792978) is known color: Dark Purple. HEX triplet: 79, 29 and 78. RGB value is (121,41,120). Sum of RGB (Red+Green+Blue) = 121+41+120=282 (37% of max value = 765). Red value is 121 (47.66% from 255 or 42.91% from 282); Green value is 41 (16.41% from 255 or 14.54% from 282); Blue value is 120 (47.27% from 255 or 42.55% from 282); Max value from RGB is 121 - color contains mainly: red. Hex color #792978 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792978 is #86D687. Grayscale: #494949. Windows color (decimal): -8836744 or 7874937. OLE color: 7874937.

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

Color convert

RGB 121 41 120 -
CMYK 0 0.66 0.01 0.53
HSL 300.75º 0.49% 0.32% -
HSV(B) 300.75º 0.66% 0.47% -
XYZ 12.07 7.01 18.49 -
YUV 73.93 154 161.58 -
System Red Green Blue C M Y K H S L
Decimal 121 41 120 0 0.66 0.01 0.53 300.75 0.49 0.32
Hex 79 29 78 0 42 1 35 12D 31 20
Octal 171 51 170 0 102 1 65 455 61 40
Binary 1111001 101001 1111000 0 1000010 1 110101 100101101 110001 100000

Color Harmonies of #792978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792978

Black with #792978

Text Example


Text Example

White with #792978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792978; }

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

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

background-color css

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

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

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

border-color css

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

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

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