Html Css Color HEX #731981 Purple

📋 copy color: '#731981'

red 115 ◦ green 25 ◦ blue 129

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

Shades of Purple #731981

Tints of Purple #731981

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.29%

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

R = 42.75%
G = 9.29%
B = 47.96%

CMYK

 C value IS 0.11

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#731981 (or 0x731981) is known color: Purple. HEX triplet: 73, 19 and 81. RGB value is (115,25,129). Sum of RGB (Red+Green+Blue) = 115+25+129=269 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.75% from 269); Green value is 25 (10.16% from 255 or 9.29% from 269); Blue value is 129 (50.78% from 255 or 47.96% from 269); Max value from RGB is 129 - color contains mainly: blue. Hex color #731981 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731981 is #8CE67E. Grayscale: #3F3F3F. Windows color (decimal): -9234047 or 8460659. OLE color: 8460659.

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

Color convert

RGB 115 25 129 -
CMYK 0.11 0.81 0 0.49
HSL 291.92º 0.68% 0.3% -
HSV(B) 291.92º 0.81% 0.51% -
XYZ 11.38 5.93 21.31 -
YUV 63.77 164.82 164.54 -
System Red Green Blue C M Y K H S L
Decimal 115 25 129 0.11 0.81 0 0.49 291.92 0.68 0.3
Hex 73 19 81 B 51 0 31 124 44 1E
Octal 163 31 201 13 121 0 61 444 104 36
Binary 1110011 11001 10000001 1011 1010001 0 110001 100100100 1000100 11110

Color Harmonies of #731981

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731981

Black with #731981

Text Example


Text Example

White with #731981

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731981; }

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

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

background-color css

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

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

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

border-color css

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

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

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