Html Css Color HEX #731197 Purple

📋 copy color: '#731197'

red 115 ◦ green 17 ◦ blue 151

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

Shades of Purple #731197

Tints of Purple #731197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.36%

R = 40.64%
G = 6.01%
B = 53.36%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#731197 (or 0x731197) is known color: Purple. HEX triplet: 73, 11 and 97. RGB value is (115,17,151). Sum of RGB (Red+Green+Blue) = 115+17+151=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 17 (7.03% from 255 or 6.01% from 283); Blue value is 151 (59.38% from 255 or 53.36% from 283); Max value from RGB is 151 - color contains mainly: blue. Hex color #731197 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731197 is #8CEE68. Grayscale: #3D3D3D. Windows color (decimal): -9236073 or 9900403. OLE color: 9900403.

HSL color Cylindrical-coordinate representation of color #731197: hue angle of 283.88º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731197 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 17 151 -
CMYK 0.24 0.89 0 0.41
HSL 283.88º 0.8% 0.33% -
HSV(B) 283.88º 0.89% 0.59% -
XYZ 12.86 6.28 29.81 -
YUV 61.58 178.47 166.1 -
System Red Green Blue C M Y K H S L
Decimal 115 17 151 0.24 0.89 0 0.41 283.88 0.8 0.33
Hex 73 11 97 18 59 0 29 11C 50 21
Octal 163 21 227 30 131 0 51 434 120 41
Binary 1110011 10001 10010111 11000 1011001 0 101001 100011100 1010000 100001

Color Harmonies of #731197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731197

Black with #731197

Text Example


Text Example

White with #731197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731197; }

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

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

background-color css

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

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

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

border-color css

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

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

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