Html Css Color HEX #790086 Purple

📋 copy color: '#790086'

red 121 ◦ green 0 ◦ blue 134

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

Shades of Purple #790086

Tints of Purple #790086

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 47.45%
G = 0%
B = 52.55%

CMYK

 C value IS 0.10

 M value IS 1

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#790086 (or 0x790086) is known color: Purple. HEX triplet: 79, 00 and 86. RGB value is (121,0,134). Sum of RGB (Red+Green+Blue) = 121+0+134=255 (33% of max value = 765). Red value is 121 (47.66% from 255 or 47.45% from 255); Green value is 0 (0.39% from 255 or 0% from 255); Blue value is 134 (52.73% from 255 or 52.55% from 255); Max value from RGB is 134 - color contains mainly: blue. Hex color #790086 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790086 is #86FF79. Grayscale: #333333. Windows color (decimal): -8847226 or 8781945. OLE color: 8781945.

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

Color convert

RGB 121 0 134 -
CMYK 0.10 1 0 0.47
HSL 294.18º 1% 0.26% -
HSV(B) 294.18º 1% 0.53% -
XYZ 12.19 5.79 23.03 -
YUV 51.46 174.59 177.6 -
System Red Green Blue C M Y K H S L
Decimal 121 0 134 0.10 1 0 0.47 294.18 1 0.26
Hex 79 0 86 A 64 0 2F 126 64 1A
Octal 171 0 206 12 144 0 57 446 144 32
Binary 1111001 0 10000110 1010 1100100 0 101111 100100110 1100100 11010

Color Harmonies of #790086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790086

Black with #790086

Text Example


Text Example

White with #790086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790086; }

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

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

background-color css

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

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

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

border-color css

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

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

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