Html Css Color HEX #790C71 Purple

📋 copy color: '#790C71'

red 121 ◦ green 12 ◦ blue 113

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

Shades of Purple #790C71

Tints of Purple #790C71

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.88%

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

R = 49.19%
G = 4.88%
B = 45.93%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790C71 (or 0x790C71) is known color: Purple. HEX triplet: 79, 0C and 71. RGB value is (121,12,113). Sum of RGB (Red+Green+Blue) = 121+12+113=246 (32% of max value = 765). Red value is 121 (47.66% from 255 or 49.19% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 121 - color contains mainly: red. Hex color #790C71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790C71 is #86F38E. Grayscale: #373737. Windows color (decimal): -8844175 or 7408761. OLE color: 7408761.

HSL color Cylindrical-coordinate representation of color #790C71: hue angle of 304.4º degrees, saturation: 0.82, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #790C71 is Cyan = 0, Magento = 0.90, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 12 113 -
CMYK 0 0.90 0.07 0.53
HSL 304.4º 0.82% 0.26% -
HSV(B) 304.4º 0.9% 0.47% -
XYZ 11 5.52 16.11 -
YUV 56.11 160.11 174.29 -
System Red Green Blue C M Y K H S L
Decimal 121 12 113 0 0.90 0.07 0.53 304.4 0.82 0.26
Hex 79 C 71 0 5A 7 35 130 52 1A
Octal 171 14 161 0 132 7 65 460 122 32
Binary 1111001 1100 1110001 0 1011010 111 110101 100110000 1010010 11010

Color Harmonies of #790C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790C71

Black with #790C71

Text Example


Text Example

White with #790C71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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