Html Css Color HEX #790F7C Purple

📋 copy color: '#790F7C'

red 121 ◦ green 15 ◦ blue 124

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

Shades of Purple #790F7C

Tints of Purple #790F7C

RGB

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

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

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

R = 46.54%
G = 5.77%
B = 47.69%

CMYK

 C value IS 0.02

 M value IS 0.88

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#790F7C (or 0x790F7C) is known color: Purple. HEX triplet: 79, 0F and 7C. RGB value is (121,15,124). Sum of RGB (Red+Green+Blue) = 121+15+124=260 (34% of max value = 765). Red value is 121 (47.66% from 255 or 46.54% from 260); Green value is 15 (6.25% from 255 or 5.77% from 260); Blue value is 124 (48.83% from 255 or 47.69% from 260); Max value from RGB is 124 - color contains mainly: blue. Hex color #790F7C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F7C is #86F083. Grayscale: #3A3A3A. Windows color (decimal): -8843396 or 8130425. OLE color: 8130425.

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

Color convert

RGB 121 15 124 -
CMYK 0.02 0.88 0 0.51
HSL 298.35º 0.78% 0.27% -
HSV(B) 298.35º 0.88% 0.49% -
XYZ 11.69 5.86 19.58 -
YUV 59.12 164.62 172.14 -
System Red Green Blue C M Y K H S L
Decimal 121 15 124 0.02 0.88 0 0.51 298.35 0.78 0.27
Hex 79 F 7C 2 58 0 33 12A 4E 1B
Octal 171 17 174 2 130 0 63 452 116 33
Binary 1111001 1111 1111100 10 1011000 0 110011 100101010 1001110 11011

Color Harmonies of #790F7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F7C

Black with #790F7C

Text Example


Text Example

White with #790F7C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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