Html Css Color HEX #761172 Purple

📋 copy color: '#761172'

red 118 ◦ green 17 ◦ blue 114

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

Shades of Purple #761172

Tints of Purple #761172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 45.78%

R = 47.39%
G = 6.83%
B = 45.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.54

RGB Variations

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

Color information

#761172 (or 0x761172) is known color: Purple. HEX triplet: 76, 11 and 72. RGB value is (118,17,114). Sum of RGB (Red+Green+Blue) = 118+17+114=249 (32% of max value = 765). Red value is 118 (46.48% from 255 or 47.39% from 249); Green value is 17 (7.03% from 255 or 6.83% from 249); Blue value is 114 (44.92% from 255 or 45.78% from 249); Max value from RGB is 118 - color contains mainly: red. Hex color #761172 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761172 is #89EE8D. Grayscale: #393939. Windows color (decimal): -9039502 or 7475574. OLE color: 7475574.

HSL color Cylindrical-coordinate representation of color #761172: hue angle of 302.38º 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 #761172 is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 17 114 -
CMYK 0 0.86 0.03 0.54
HSL 302.38º 0.75% 0.26% -
HSV(B) 302.38º 0.86% 0.46% -
XYZ 10.71 5.47 16.41 -
YUV 58.26 159.46 170.61 -
System Red Green Blue C M Y K H S L
Decimal 118 17 114 0 0.86 0.03 0.54 302.38 0.75 0.26
Hex 76 11 72 0 56 3 36 12E 4B 1A
Octal 166 21 162 0 126 3 66 456 113 32
Binary 1110110 10001 1110010 0 1010110 11 110110 100101110 1001011 11010

Color Harmonies of #761172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761172

Black with #761172

Text Example


Text Example

White with #761172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761172; }

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

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

background-color css

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

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

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

border-color css

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

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

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