Html Css Color HEX #790E7D Purple

📋 copy color: '#790E7D'

red 121 ◦ green 14 ◦ blue 125

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

Shades of Purple #790E7D

Tints of Purple #790E7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 48.08%

R = 46.54%
G = 5.38%
B = 48.08%

CMYK

 C value IS 0.03

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#790E7D (or 0x790E7D) is known color: Purple. HEX triplet: 79, 0E and 7D. RGB value is (121,14,125). Sum of RGB (Red+Green+Blue) = 121+14+125=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 14 (5.86% from 255 or 5.38% from 260); Blue value is 125 (49.22% from 255 or 48.08% from 260); Max value from RGB is 125 - color contains mainly: blue. Hex color #790E7D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790E7D is #86F182. Grayscale: #3A3A3A. Windows color (decimal): -8843651 or 8195705. OLE color: 8195705.

HSL color Cylindrical-coordinate representation of color #790E7D: hue angle of 297.84º 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 #790E7D is Cyan = 0.03, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 121 14 125 -
CMYK 0.03 0.89 0 0.51
HSL 297.84º 0.8% 0.27% -
HSV(B) 297.84º 0.89% 0.49% -
XYZ 11.74 5.86 19.91 -
YUV 58.65 165.45 172.47 -
System Red Green Blue C M Y K H S L
Decimal 121 14 125 0.03 0.89 0 0.51 297.84 0.8 0.27
Hex 79 E 7D 3 59 0 33 12A 50 1B
Octal 171 16 175 3 131 0 63 452 120 33
Binary 1111001 1110 1111101 11 1011001 0 110011 100101010 1010000 11011

Color Harmonies of #790E7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790E7D

Black with #790E7D

Text Example


Text Example

White with #790E7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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