Html Css Color HEX #791278 Purple

📋 copy color: '#791278'

red 121 ◦ green 18 ◦ blue 120

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

Shades of Purple #791278

Tints of Purple #791278

RGB

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

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

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

R = 46.72%
G = 6.95%
B = 46.33%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.01

 K value IS 0.53

RGB Variations

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

Color information

#791278 (or 0x791278) is known color: Purple. HEX triplet: 79, 12 and 78. RGB value is (121,18,120). Sum of RGB (Red+Green+Blue) = 121+18+120=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 18 (7.42% from 255 or 6.95% from 259); Blue value is 120 (47.27% from 255 or 46.33% from 259); Max value from RGB is 121 - color contains mainly: red. Hex color #791278 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #791278 is #86ED87. Grayscale: #3C3C3C. Windows color (decimal): -8842632 or 7869049. OLE color: 7869049.

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

Color convert

RGB 121 18 120 -
CMYK 0 0.85 0.01 0.53
HSL 300.58º 0.74% 0.27% -
HSV(B) 300.58º 0.85% 0.47% -
XYZ 11.49 5.85 18.29 -
YUV 60.43 161.62 171.21 -
System Red Green Blue C M Y K H S L
Decimal 121 18 120 0 0.85 0.01 0.53 300.58 0.74 0.27
Hex 79 12 78 0 55 1 35 12D 4A 1B
Octal 171 22 170 0 125 1 65 455 112 33
Binary 1111001 10010 1111000 0 1010101 1 110101 100101101 1001010 11011

Color Harmonies of #791278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #791278

Black with #791278

Text Example


Text Example

White with #791278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #791278; }

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

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

background-color css

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

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

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

border-color css

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

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

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