Html Css Color HEX #731181 Purple

📋 copy color: '#731181'

red 115 ◦ green 17 ◦ blue 129

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

Shades of Purple #731181

Tints of Purple #731181

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.43%

R = 44.06%
G = 6.51%
B = 49.43%

CMYK

 C value IS 0.11

 M value IS 0.87

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731181 (or 0x731181) is known color: Purple. HEX triplet: 73, 11 and 81. RGB value is (115,17,129). Sum of RGB (Red+Green+Blue) = 115+17+129=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 17 (7.03% from 255 or 6.51% from 261); Blue value is 129 (50.78% from 255 or 49.43% from 261); Max value from RGB is 129 - color contains mainly: blue. Hex color #731181 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731181 is #8CEE7E. Grayscale: #3A3A3A. Windows color (decimal): -9236095 or 8458611. OLE color: 8458611.

HSL color Cylindrical-coordinate representation of color #731181: hue angle of 292.5º degrees, saturation: 0.77, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #731181 is Cyan = 0.11, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 115 17 129 -
CMYK 0.11 0.87 0 0.49
HSL 292.5º 0.77% 0.29% -
HSV(B) 292.5º 0.87% 0.51% -
XYZ 11.23 5.63 21.26 -
YUV 59.07 167.47 167.89 -
System Red Green Blue C M Y K H S L
Decimal 115 17 129 0.11 0.87 0 0.49 292.5 0.77 0.29
Hex 73 11 81 B 57 0 31 124 4D 1D
Octal 163 21 201 13 127 0 61 444 115 35
Binary 1110011 10001 10000001 1011 1010111 0 110001 100100100 1001101 11101

Color Harmonies of #731181

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731181

Black with #731181

Text Example


Text Example

White with #731181

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731181; }

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

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

background-color css

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

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

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

border-color css

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

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

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