Html Css Color HEX #731571 Dark Purple

📋 copy color: '#731571'

red 115 ◦ green 21 ◦ blue 113

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

Shades of Dark Purple #731571

Tints of Dark Purple #731571

RGB

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

 GREEN value IS 21 (8.59% from 255) = 8.43%

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

R = 46.18%
G = 8.43%
B = 45.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#731571 (or 0x731571) is known color: Dark Purple. HEX triplet: 73, 15 and 71. RGB value is (115,21,113). Sum of RGB (Red+Green+Blue) = 115+21+113=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 21 (8.59% from 255 or 8.43% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #731571 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731571 is #8CEA8E. Grayscale: #3B3B3B. Windows color (decimal): -9235087 or 7411059. OLE color: 7411059.

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

Color convert

RGB 115 21 113 -
CMYK 0 0.82 0.02 0.55
HSL 301.28º 0.69% 0.27% -
HSV(B) 301.28º 0.82% 0.45% -
XYZ 10.32 5.37 16.12 -
YUV 59.59 158.14 167.52 -
System Red Green Blue C M Y K H S L
Decimal 115 21 113 0 0.82 0.02 0.55 301.28 0.69 0.27
Hex 73 15 71 0 52 2 37 12D 45 1B
Octal 163 25 161 0 122 2 67 455 105 33
Binary 1110011 10101 1110001 0 1010010 10 110111 100101101 1000101 11011

Color Harmonies of #731571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731571

Black with #731571

Text Example


Text Example

White with #731571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731571; }

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

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

background-color css

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

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

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

border-color css

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

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

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