Html Css Color HEX #731771 Dark Purple

📋 copy color: '#731771'

red 115 ◦ green 23 ◦ blue 113

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

Shades of Dark Purple #731771

Tints of Dark Purple #731771

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.16%

 BLUE value IS 113 (44.53% from 255) = 45.02%

R = 45.82%
G = 9.16%
B = 45.02%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#731771 (or 0x731771) is known color: Dark Purple. HEX triplet: 73, 17 and 71. RGB value is (115,23,113). Sum of RGB (Red+Green+Blue) = 115+23+113=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 23 (9.38% from 255 or 9.16% from 251); Blue value is 113 (44.53% from 255 or 45.02% from 251); Max value from RGB is 115 - color contains mainly: red. Hex color #731771 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731771 is #8CE88E. Grayscale: #3C3C3C. Windows color (decimal): -9234575 or 7411571. OLE color: 7411571.

HSL color Cylindrical-coordinate representation of color #731771: hue angle of 301.3º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731771 is Cyan = 0, Magento = 0.80, Yellow = 0.02 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 23 113 -
CMYK 0 0.80 0.02 0.55
HSL 301.3º 0.67% 0.27% -
HSV(B) 301.3º 0.8% 0.45% -
XYZ 10.36 5.45 16.13 -
YUV 60.77 157.48 166.68 -
System Red Green Blue C M Y K H S L
Decimal 115 23 113 0 0.80 0.02 0.55 301.3 0.67 0.27
Hex 73 17 71 0 50 2 37 12D 43 1B
Octal 163 27 161 0 120 2 67 455 103 33
Binary 1110011 10111 1110001 0 1010000 10 110111 100101101 1000011 11011

Color Harmonies of #731771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731771

Black with #731771

Text Example


Text Example

White with #731771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731771; }

 p { color: rgb(115,23,113); }

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

background-color css

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

 a { background-color: rgb(115,23,113); }

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

border-color css

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

 span { border-color: rgb(115,23,113); }

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