Html Css Color HEX #790171 Purple

📋 copy color: '#790171'

red 121 ◦ green 1 ◦ blue 113

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

Shades of Purple #790171

Tints of Purple #790171

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

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

R = 51.49%
G = 0.43%
B = 48.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#790171 (or 0x790171) is known color: Purple. HEX triplet: 79, 01 and 71. RGB value is (121,1,113). Sum of RGB (Red+Green+Blue) = 121+1+113=235 (31% of max value = 765). Red value is 121 (47.66% from 255 or 51.49% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 113 (44.53% from 255 or 48.09% from 235); Max value from RGB is 121 - color contains mainly: red. Hex color #790171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #790171 is #86FE8E. Grayscale: #313131. Windows color (decimal): -8846991 or 7405945. OLE color: 7405945.

HSL color Cylindrical-coordinate representation of color #790171: hue angle of 304º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #790171 is Cyan = 0, Magento = 0.99, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 1 113 -
CMYK 0 0.99 0.07 0.53
HSL 304º 0.98% 0.24% -
HSV(B) 304º 0.99% 0.47% -
XYZ 10.88 5.28 16.07 -
YUV 49.65 163.76 178.89 -
System Red Green Blue C M Y K H S L
Decimal 121 1 113 0 0.99 0.07 0.53 304 0.98 0.24
Hex 79 1 71 0 63 7 35 130 62 18
Octal 171 1 161 0 143 7 65 460 142 30
Binary 1111001 1 1110001 0 1100011 111 110101 100110000 1100010 11000

Color Harmonies of #790171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #790171

Black with #790171

Text Example


Text Example

White with #790171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #790171; }

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

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

background-color css

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

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

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

border-color css

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

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

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