Html Css Color HEX #790486 Purple

📋 copy color: '#790486'

red 121 ◦ green 4 ◦ blue 134

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

Shades of Purple #790486

Tints of Purple #790486

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.54%

 BLUE value IS 134 (52.73% from 255) = 51.74%

R = 46.72%
G = 1.54%
B = 51.74%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#790486 (or 0x790486) is known color: Purple. HEX triplet: 79, 04 and 86. RGB value is (121,4,134). Sum of RGB (Red+Green+Blue) = 121+4+134=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 4 (1.95% from 255 or 1.54% from 259); Blue value is 134 (52.73% from 255 or 51.74% from 259); Max value from RGB is 134 - color contains mainly: blue. Hex color #790486 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790486 is #86FB79. Grayscale: #353535. Windows color (decimal): -8846202 or 8782969. OLE color: 8782969.

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

Color convert

RGB 121 4 134 -
CMYK 0.10 0.97 0 0.47
HSL 294º 0.94% 0.27% -
HSV(B) 294º 0.97% 0.53% -
XYZ 12.23 5.87 23.04 -
YUV 53.8 173.26 175.93 -
System Red Green Blue C M Y K H S L
Decimal 121 4 134 0.10 0.97 0 0.47 294 0.94 0.27
Hex 79 4 86 A 61 0 2F 126 5E 1B
Octal 171 4 206 12 141 0 57 446 136 33
Binary 1111001 100 10000110 1010 1100001 0 101111 100100110 1011110 11011

Color Harmonies of #790486

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790486

Black with #790486

Text Example


Text Example

White with #790486

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790486; }

 p { color: rgb(121,4,134); }

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

background-color css

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

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

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

border-color css

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

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

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