Html Css Color HEX #761171 Dark Purple

📋 copy color: '#761171'

red 118 ◦ green 17 ◦ blue 113

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

Shades of Dark Purple #761171

Tints of Dark Purple #761171

RGB

 RED value IS 118 (46.48% from 255) = 47.58%

 GREEN value IS 17 (7.03% from 255) = 6.85%

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

R = 47.58%
G = 6.85%
B = 45.56%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.54

RGB Variations

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

Color information

#761171 (or 0x761171) is known color: Dark Purple. HEX triplet: 76, 11 and 71. RGB value is (118,17,113). Sum of RGB (Red+Green+Blue) = 118+17+113=248 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.58% from 248); Green value is 17 (7.03% from 255 or 6.85% from 248); Blue value is 113 (44.53% from 255 or 45.56% from 248); Max value from RGB is 118 - color contains mainly: red. Hex color #761171 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761171 is #89EE8E. Grayscale: #393939. Windows color (decimal): -9039503 or 7410038. OLE color: 7410038.

HSL color Cylindrical-coordinate representation of color #761171: hue angle of 302.97º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #761171 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 113 -
CMYK 0 0.86 0.04 0.54
HSL 302.97º 0.75% 0.26% -
HSV(B) 302.97º 0.86% 0.46% -
XYZ 10.65 5.44 16.11 -
YUV 58.14 158.96 170.69 -
System Red Green Blue C M Y K H S L
Decimal 118 17 113 0 0.86 0.04 0.54 302.97 0.75 0.26
Hex 76 11 71 0 56 4 36 12F 4B 1A
Octal 166 21 161 0 126 4 66 457 113 32
Binary 1110110 10001 1110001 0 1010110 100 110110 100101111 1001011 11010

Color Harmonies of #761171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761171

Black with #761171

Text Example


Text Example

White with #761171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761171; }

 p { color: rgb(118,17,113); }

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

background-color css

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

 a { background-color: rgb(118,17,113); }

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

border-color css

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

 span { border-color: rgb(118,17,113); }

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