Html Css Color HEX #790E81 Purple

📋 copy color: '#790E81'

red 121 ◦ green 14 ◦ blue 129

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

Shades of Purple #790E81

Tints of Purple #790E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.3%

 BLUE value IS 129 (50.78% from 255) = 48.86%

R = 45.83%
G = 5.3%
B = 48.86%

CMYK

 C value IS 0.06

 M value IS 0.89

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#790E81 (or 0x790E81) is known color: Purple. HEX triplet: 79, 0E and 81. RGB value is (121,14,129). Sum of RGB (Red+Green+Blue) = 121+14+129=264 (34% of max value = 765). Red value is 121 (47.66% from 255 or 45.83% from 264); Green value is 14 (5.86% from 255 or 5.30% from 264); Blue value is 129 (50.78% from 255 or 48.86% from 264); Max value from RGB is 129 - color contains mainly: blue. Hex color #790E81 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790E81 is #86F17E. Grayscale: #3A3A3A. Windows color (decimal): -8843647 or 8457849. OLE color: 8457849.

HSL color Cylindrical-coordinate representation of color #790E81: hue angle of 295.83º degrees, saturation: 0.8, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790E81 is Cyan = 0.06, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 121 14 129 -
CMYK 0.06 0.89 0 0.49
HSL 295.83º 0.8% 0.28% -
HSV(B) 295.83º 0.89% 0.51% -
XYZ 12 5.96 21.29 -
YUV 59.1 167.45 172.15 -
System Red Green Blue C M Y K H S L
Decimal 121 14 129 0.06 0.89 0 0.49 295.83 0.8 0.28
Hex 79 E 81 6 59 0 31 128 50 1C
Octal 171 16 201 6 131 0 61 450 120 34
Binary 1111001 1110 10000001 110 1011001 0 110001 100101000 1010000 11100

Color Harmonies of #790E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E81

Black with #790E81

Text Example


Text Example

White with #790E81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790E81; }

 p { color: rgb(121,14,129); }

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

background-color css

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

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

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

border-color css

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

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

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