Html Css Color HEX #791279 Purple

📋 copy color: '#791279'

red 121 ◦ green 18 ◦ blue 121

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

Shades of Purple #791279

Tints of Purple #791279

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 121 (47.66% from 255) = 46.54%

R = 46.54%
G = 6.92%
B = 46.54%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#791279 (or 0x791279) is known color: Purple. HEX triplet: 79, 12 and 79. RGB value is (121,18,121). Sum of RGB (Red+Green+Blue) = 121+18+121=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 121 (47.66% from 255 or 46.54% from 260); Max value from RGB is 121 - color contains mainly: red, blue. Hex color #791279 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791279 is #86ED86. Grayscale: #3C3C3C. Windows color (decimal): -8842631 or 7934585. OLE color: 7934585.

HSL color Cylindrical-coordinate representation of color #791279: hue angle of 300º degrees, saturation: 0.74, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #791279 is Cyan = 0, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 18 121 -
CMYK 0 0.85 0 0.53
HSL 300º 0.74% 0.27% -
HSV(B) 300º 0.85% 0.47% -
XYZ 11.55 5.88 18.61 -
YUV 60.54 162.12 171.12 -
System Red Green Blue C M Y K H S L
Decimal 121 18 121 0 0.85 0 0.53 300 0.74 0.27
Hex 79 12 79 0 55 0 35 12C 4A 1B
Octal 171 22 171 0 125 0 65 454 112 33
Binary 1111001 10010 1111001 0 1010101 0 110101 100101100 1001010 11011

Color Harmonies of #791279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791279

Black with #791279

Text Example


Text Example

White with #791279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791279; }

 p { color: rgb(121,18,121); }

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

background-color css

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

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

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

border-color css

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

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

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