Html Css Color HEX #790F6F Dark Purple

📋 copy color: '#790F6F'

red 121 ◦ green 15 ◦ blue 111

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

Shades of Dark Purple #790F6F

Tints of Dark Purple #790F6F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 44.94%

R = 48.99%
G = 6.07%
B = 44.94%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.08

 K value IS 0.53

RGB Variations

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

Color information

#790F6F (or 0x790F6F) is known color: Dark Purple. HEX triplet: 79, 0F and 6F. RGB value is (121,15,111). Sum of RGB (Red+Green+Blue) = 121+15+111=247 (32% of max value = 765). Red value is 121 (47.66% from 255 or 48.99% from 247); Green value is 15 (6.25% from 255 or 6.07% from 247); Blue value is 111 (43.75% from 255 or 44.94% from 247); Max value from RGB is 121 - color contains mainly: red. Hex color #790F6F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790F6F is #86F090. Grayscale: #393939. Windows color (decimal): -8843409 or 7278457. OLE color: 7278457.

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

Color convert

RGB 121 15 111 -
CMYK 0 0.88 0.08 0.53
HSL 305.66º 0.78% 0.27% -
HSV(B) 305.66º 0.88% 0.47% -
XYZ 10.93 5.55 15.54 -
YUV 57.64 158.12 173.19 -
System Red Green Blue C M Y K H S L
Decimal 121 15 111 0 0.88 0.08 0.53 305.66 0.78 0.27
Hex 79 F 6F 0 58 8 35 132 4E 1B
Octal 171 17 157 0 130 10 65 462 116 33
Binary 1111001 1111 1101111 0 1011000 1000 110101 100110010 1001110 11011

Color Harmonies of #790F6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790F6F

Black with #790F6F

Text Example


Text Example

White with #790F6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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