Html Css Color HEX #790B71 Purple

📋 copy color: '#790B71'

red 121 ◦ green 11 ◦ blue 113

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

Shades of Purple #790B71

Tints of Purple #790B71

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 46.12%

R = 49.39%
G = 4.49%
B = 46.12%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790B71 (or 0x790B71) is known color: Purple. HEX triplet: 79, 0B and 71. RGB value is (121,11,113). Sum of RGB (Red+Green+Blue) = 121+11+113=245 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.39% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 121 - color contains mainly: red. Hex color #790B71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790B71 is #86F48E. Grayscale: #373737. Windows color (decimal): -8844431 or 7408505. OLE color: 7408505.

HSL color Cylindrical-coordinate representation of color #790B71: hue angle of 304.36º 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 #790B71 is Cyan = 0, Magento = 0.91, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 11 113 -
CMYK 0 0.91 0.07 0.53
HSL 304.36º 0.83% 0.26% -
HSV(B) 304.36º 0.91% 0.47% -
XYZ 10.99 5.5 16.1 -
YUV 55.52 160.44 174.71 -
System Red Green Blue C M Y K H S L
Decimal 121 11 113 0 0.91 0.07 0.53 304.36 0.83 0.26
Hex 79 B 71 0 5B 7 35 130 53 1A
Octal 171 13 161 0 133 7 65 460 123 32
Binary 1111001 1011 1110001 0 1011011 111 110101 100110000 1010011 11010

Color Harmonies of #790B71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790B71

Black with #790B71

Text Example


Text Example

White with #790B71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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