Html Css Color HEX #731177 Purple

📋 copy color: '#731177'

red 115 ◦ green 17 ◦ blue 119

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

Shades of Purple #731177

Tints of Purple #731177

RGB

 RED value IS 115 (45.31% from 255) = 45.82%

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

 BLUE value IS 119 (46.88% from 255) = 47.41%

R = 45.82%
G = 6.77%
B = 47.41%

CMYK

 C value IS 0.03

 M value IS 0.86

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#731177 (or 0x731177) is known color: Purple. HEX triplet: 73, 11 and 77. RGB value is (115,17,119). Sum of RGB (Red+Green+Blue) = 115+17+119=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 119 (46.88% from 255 or 47.41% from 251); Max value from RGB is 119 - color contains mainly: blue. Hex color #731177 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731177 is #8CEE88. Grayscale: #393939. Windows color (decimal): -9236105 or 7803251. OLE color: 7803251.

HSL color Cylindrical-coordinate representation of color #731177: hue angle of 297.65º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #731177 is Cyan = 0.03, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 115 17 119 -
CMYK 0.03 0.86 0 0.53
HSL 297.65º 0.75% 0.27% -
HSV(B) 297.65º 0.86% 0.47% -
XYZ 10.6 5.38 17.93 -
YUV 57.93 162.47 168.71 -
System Red Green Blue C M Y K H S L
Decimal 115 17 119 0.03 0.86 0 0.53 297.65 0.75 0.27
Hex 73 11 77 3 56 0 35 12A 4B 1B
Octal 163 21 167 3 126 0 65 452 113 33
Binary 1110011 10001 1110111 11 1010110 0 110101 100101010 1001011 11011

Color Harmonies of #731177

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731177

Black with #731177

Text Example


Text Example

White with #731177

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731177; }

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

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

background-color css

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

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

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

border-color css

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

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

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