Html Css Color HEX #731191 Purple

📋 copy color: '#731191'

red 115 ◦ green 17 ◦ blue 145

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

Shades of Purple #731191

Tints of Purple #731191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 52.35%

R = 41.52%
G = 6.14%
B = 52.35%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#731191 (or 0x731191) is known color: Purple. HEX triplet: 73, 11 and 91. RGB value is (115,17,145). Sum of RGB (Red+Green+Blue) = 115+17+145=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 17 (7.03% from 255 or 6.14% from 277); Blue value is 145 (57.03% from 255 or 52.35% from 277); Max value from RGB is 145 - color contains mainly: blue. Hex color #731191 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731191 is #8CEE6E. Grayscale: #3C3C3C. Windows color (decimal): -9236079 or 9507187. OLE color: 9507187.

HSL color Cylindrical-coordinate representation of color #731191: hue angle of 285.94º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731191 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 17 145 -
CMYK 0.21 0.88 0 0.43
HSL 285.94º 0.79% 0.32% -
HSV(B) 285.94º 0.88% 0.57% -
XYZ 12.38 6.09 27.31 -
YUV 60.89 175.47 166.59 -
System Red Green Blue C M Y K H S L
Decimal 115 17 145 0.21 0.88 0 0.43 285.94 0.79 0.32
Hex 73 11 91 15 58 0 2B 11E 4F 20
Octal 163 21 221 25 130 0 53 436 117 40
Binary 1110011 10001 10010001 10101 1011000 0 101011 100011110 1001111 100000

Color Harmonies of #731191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731191

Black with #731191

Text Example


Text Example

White with #731191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731191; }

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

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

background-color css

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

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

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

border-color css

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

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

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