Html Css Color HEX #790F8A Purple

📋 copy color: '#790F8A'

red 121 ◦ green 15 ◦ blue 138

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

Shades of Purple #790F8A

Tints of Purple #790F8A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 50.36%

R = 44.16%
G = 5.47%
B = 50.36%

CMYK

 C value IS 0.12

 M value IS 0.89

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#790F8A (or 0x790F8A) is known color: Purple. HEX triplet: 79, 0F and 8A. RGB value is (121,15,138). Sum of RGB (Red+Green+Blue) = 121+15+138=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 15 (6.25% from 255 or 5.47% from 274); Blue value is 138 (54.30% from 255 or 50.36% from 274); Max value from RGB is 138 - color contains mainly: blue. Hex color #790F8A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #790F8A is #86F075. Grayscale: #3C3C3C. Windows color (decimal): -8843382 or 9047929. OLE color: 9047929.

HSL color Cylindrical-coordinate representation of color #790F8A: hue angle of 291.71º degrees, saturation: 0.8, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #790F8A is Cyan = 0.12, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 121 15 138 -
CMYK 0.12 0.89 0 0.46
HSL 291.71º 0.8% 0.3% -
HSV(B) 291.71º 0.89% 0.54% -
XYZ 12.64 6.24 24.58 -
YUV 60.72 171.62 171 -
System Red Green Blue C M Y K H S L
Decimal 121 15 138 0.12 0.89 0 0.46 291.71 0.8 0.3
Hex 79 F 8A C 59 0 2E 124 50 1E
Octal 171 17 212 14 131 0 56 444 120 36
Binary 1111001 1111 10001010 1100 1011001 0 101110 100100100 1010000 11110

Color Harmonies of #790F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F8A

Black with #790F8A

Text Example


Text Example

White with #790F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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