Html Css Color HEX #790F8D Purple

📋 copy color: '#790F8D'

red 121 ◦ green 15 ◦ blue 141

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

Shades of Purple #790F8D

Tints of Purple #790F8D

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.42%

 BLUE value IS 141 (55.47% from 255) = 50.9%

R = 43.68%
G = 5.42%
B = 50.9%

CMYK

 C value IS 0.14

 M value IS 0.89

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#790F8D (or 0x790F8D) is known color: Purple. HEX triplet: 79, 0F and 8D. RGB value is (121,15,141). Sum of RGB (Red+Green+Blue) = 121+15+141=277 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.68% from 277); Green value is 15 (6.25% from 255 or 5.42% from 277); Blue value is 141 (55.47% from 255 or 50.90% from 277); Max value from RGB is 141 - color contains mainly: blue. Hex color #790F8D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F8D is #86F072. Grayscale: #3C3C3C. Windows color (decimal): -8843379 or 9244537. OLE color: 9244537.

HSL color Cylindrical-coordinate representation of color #790F8D: hue angle of 290.48º degrees, saturation: 0.81, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790F8D is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 121 15 141 -
CMYK 0.14 0.89 0 0.45
HSL 290.48º 0.81% 0.31% -
HSV(B) 290.48º 0.89% 0.55% -
XYZ 12.86 6.33 25.74 -
YUV 61.06 173.12 170.75 -
System Red Green Blue C M Y K H S L
Decimal 121 15 141 0.14 0.89 0 0.45 290.48 0.81 0.31
Hex 79 F 8D E 59 0 2D 122 51 1F
Octal 171 17 215 16 131 0 55 442 121 37
Binary 1111001 1111 10001101 1110 1011001 0 101101 100100010 1010001 11111

Color Harmonies of #790F8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F8D

Black with #790F8D

Text Example


Text Example

White with #790F8D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,15,141); }

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

background-color css

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

 a { background-color: rgb(121,15,141); }

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

border-color css

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

 span { border-color: rgb(121,15,141); }

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