Html Css Color HEX #792974 Dark Purple

📋 copy color: '#792974'

red 121 ◦ green 41 ◦ blue 116

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

Shades of Dark Purple #792974

Tints of Dark Purple #792974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 41.73%

R = 43.53%
G = 14.75%
B = 41.73%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.04

 K value IS 0.53

RGB Variations

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

Color information

#792974 (or 0x792974) is known color: Dark Purple. HEX triplet: 79, 29 and 74. RGB value is (121,41,116). Sum of RGB (Red+Green+Blue) = 121+41+116=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 41 (16.41% from 255 or 14.75% from 278); Blue value is 116 (45.70% from 255 or 41.73% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #792974 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #792974 is #86D68B. Grayscale: #494949. Windows color (decimal): -8836748 or 7612793. OLE color: 7612793.

HSL color Cylindrical-coordinate representation of color #792974: hue angle of 303.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 #792974 is Cyan = 0, Magento = 0.66, Yellow = 0.04 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 41 116 -
CMYK 0 0.66 0.04 0.53
HSL 303.75º 0.49% 0.32% -
HSV(B) 303.75º 0.66% 0.47% -
XYZ 11.83 6.91 17.23 -
YUV 73.47 152 161.9 -
System Red Green Blue C M Y K H S L
Decimal 121 41 116 0 0.66 0.04 0.53 303.75 0.49 0.32
Hex 79 29 74 0 42 4 35 130 31 20
Octal 171 51 164 0 102 4 65 460 61 40
Binary 1111001 101001 1110100 0 1000010 100 110101 100110000 110001 100000

Color Harmonies of #792974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #792974

Black with #792974

Text Example


Text Example

White with #792974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #792974; }

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

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

background-color css

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

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

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

border-color css

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

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

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