Html Css Color HEX #790E7C Purple

📋 copy color: '#790E7C'

red 121 ◦ green 14 ◦ blue 124

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

Shades of Purple #790E7C

Tints of Purple #790E7C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 47.88%

R = 46.72%
G = 5.41%
B = 47.88%

CMYK

 C value IS 0.02

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#790E7C (or 0x790E7C) is known color: Purple. HEX triplet: 79, 0E and 7C. RGB value is (121,14,124). Sum of RGB (Red+Green+Blue) = 121+14+124=259 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.72% from 259); Green value is 14 (5.86% from 255 or 5.41% from 259); Blue value is 124 (48.83% from 255 or 47.88% from 259); Max value from RGB is 124 - color contains mainly: blue. Hex color #790E7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E7C is #86F183. Grayscale: #3A3A3A. Windows color (decimal): -8843652 or 8130169. OLE color: 8130169.

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

Color convert

RGB 121 14 124 -
CMYK 0.02 0.89 0 0.51
HSL 298.36º 0.8% 0.27% -
HSV(B) 298.36º 0.89% 0.49% -
XYZ 11.68 5.83 19.58 -
YUV 58.53 164.95 172.56 -
System Red Green Blue C M Y K H S L
Decimal 121 14 124 0.02 0.89 0 0.51 298.36 0.8 0.27
Hex 79 E 7C 2 59 0 33 12A 50 1B
Octal 171 16 174 2 131 0 63 452 120 33
Binary 1111001 1110 1111100 10 1011001 0 110011 100101010 1010000 11011

Color Harmonies of #790E7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E7C

Black with #790E7C

Text Example


Text Example

White with #790E7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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