Html Css Color HEX #761173 Purple

📋 copy color: '#761173'

red 118 ◦ green 17 ◦ blue 115

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

Shades of Purple #761173

Tints of Purple #761173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46%

R = 47.2%
G = 6.8%
B = 46%

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

#761173 (or 0x761173) is known color: Purple. HEX triplet: 76, 11 and 73. RGB value is (118,17,115). Sum of RGB (Red+Green+Blue) = 118+17+115=250 (33% of max value = 765). Red value is 118 (46.48% from 255 or 47.2% from 250); Green value is 17 (7.03% from 255 or 6.8% from 250); Blue value is 115 (45.31% from 255 or 46% from 250); Max value from RGB is 118 - color contains mainly: red. Hex color #761173 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #761173 is #89EE8C. Grayscale: #3A3A3A. Windows color (decimal): -9039501 or 7541110. OLE color: 7541110.

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

Color convert

RGB 118 17 115 -
CMYK 0 0.86 0.03 0.54
HSL 301.78º 0.75% 0.26% -
HSV(B) 301.78º 0.86% 0.46% -
XYZ 10.77 5.49 16.71 -
YUV 58.37 159.96 170.53 -
System Red Green Blue C M Y K H S L
Decimal 118 17 115 0 0.86 0.03 0.54 301.78 0.75 0.26
Hex 76 11 73 0 56 3 36 12E 4B 1A
Octal 166 21 163 0 126 3 66 456 113 32
Binary 1110110 10001 1110011 0 1010110 11 110110 100101110 1001011 11010

Color Harmonies of #761173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #761173

Black with #761173

Text Example


Text Example

White with #761173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #761173; }

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

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

background-color css

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

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

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

border-color css

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

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

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