Html Css Color HEX #790B76 Purple

📋 copy color: '#790B76'

red 121 ◦ green 11 ◦ blue 118

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

Shades of Purple #790B76

Tints of Purple #790B76

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.4%

 BLUE value IS 118 (46.48% from 255) = 47.2%

R = 48.4%
G = 4.4%
B = 47.2%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.02

 K value IS 0.53

RGB Variations

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

Color information

#790B76 (or 0x790B76) is known color: Purple. HEX triplet: 79, 0B and 76. RGB value is (121,11,118). Sum of RGB (Red+Green+Blue) = 121+11+118=250 (33% of max value = 765). Red value is 121 (47.66% from 255 or 48.4% from 250); Green value is 11 (4.69% from 255 or 4.4% from 250); Blue value is 118 (46.48% from 255 or 47.2% from 250); Max value from RGB is 121 - color contains mainly: red. Hex color #790B76 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B76 is #86F489. Grayscale: #373737. Windows color (decimal): -8844426 or 7736185. OLE color: 7736185.

HSL color Cylindrical-coordinate representation of color #790B76: hue angle of 301.64º degrees, saturation: 0.83, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #790B76 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 11 118 -
CMYK 0 0.91 0.02 0.53
HSL 301.64º 0.83% 0.26% -
HSV(B) 301.64º 0.91% 0.47% -
XYZ 11.27 5.61 17.63 -
YUV 56.09 162.94 174.3 -
System Red Green Blue C M Y K H S L
Decimal 121 11 118 0 0.91 0.02 0.53 301.64 0.83 0.26
Hex 79 B 76 0 5B 2 35 12E 53 1A
Octal 171 13 166 0 133 2 65 456 123 32
Binary 1111001 1011 1110110 0 1011011 10 110101 100101110 1010011 11010

Color Harmonies of #790B76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B76

Black with #790B76

Text Example


Text Example

White with #790B76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,11,118); }

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

background-color css

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

 a { background-color: rgb(121,11,118); }

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

border-color css

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

 span { border-color: rgb(121,11,118); }

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