Html Css Color HEX #790F7F Purple

📋 copy color: '#790F7F'

red 121 ◦ green 15 ◦ blue 127

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

Shades of Purple #790F7F

Tints of Purple #790F7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 48.29%

R = 46.01%
G = 5.7%
B = 48.29%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#790F7F (or 0x790F7F) is known color: Purple. HEX triplet: 79, 0F and 7F. RGB value is (121,15,127). Sum of RGB (Red+Green+Blue) = 121+15+127=263 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.01% from 263); Green value is 15 (6.25% from 255 or 5.70% from 263); Blue value is 127 (50% from 255 or 48.29% from 263); Max value from RGB is 127 - color contains mainly: blue. Hex color #790F7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F7F is #86F080. Grayscale: #3B3B3B. Windows color (decimal): -8843393 or 8327033. OLE color: 8327033.

HSL color Cylindrical-coordinate representation of color #790F7F: hue angle of 296.79º degrees, saturation: 0.79, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #790F7F is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 121 15 127 -
CMYK 0.05 0.88 0 0.50
HSL 296.79º 0.79% 0.28% -
HSV(B) 296.79º 0.88% 0.5% -
XYZ 11.89 5.94 20.6 -
YUV 59.46 166.12 171.89 -
System Red Green Blue C M Y K H S L
Decimal 121 15 127 0.05 0.88 0 0.50 296.79 0.79 0.28
Hex 79 F 7F 5 58 0 32 129 4F 1C
Octal 171 17 177 5 130 0 62 451 117 34
Binary 1111001 1111 1111111 101 1011000 0 110010 100101001 1001111 11100

Color Harmonies of #790F7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F7F

Black with #790F7F

Text Example


Text Example

White with #790F7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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