Html Css Color HEX #731071 Purple

📋 copy color: '#731071'

red 115 ◦ green 16 ◦ blue 113

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

Shades of Purple #731071

Tints of Purple #731071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.56%

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

R = 47.13%
G = 6.56%
B = 46.31%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#731071 (or 0x731071) is known color: Purple. HEX triplet: 73, 10 and 71. RGB value is (115,16,113). Sum of RGB (Red+Green+Blue) = 115+16+113=244 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.13% from 244); Green value is 16 (6.64% from 255 or 6.56% from 244); Blue value is 113 (44.53% from 255 or 46.31% from 244); Max value from RGB is 115 - color contains mainly: red. Hex color #731071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #731071 is #8CEF8E. Grayscale: #383838. Windows color (decimal): -9236367 or 7409779. OLE color: 7409779.

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

Color convert

RGB 115 16 113 -
CMYK 0 0.86 0.02 0.55
HSL 301.21º 0.76% 0.26% -
HSV(B) 301.21º 0.86% 0.45% -
XYZ 10.24 5.21 16.09 -
YUV 56.66 159.8 169.61 -
System Red Green Blue C M Y K H S L
Decimal 115 16 113 0 0.86 0.02 0.55 301.21 0.76 0.26
Hex 73 10 71 0 56 2 37 12D 4C 1A
Octal 163 20 161 0 126 2 67 455 114 32
Binary 1110011 10000 1110001 0 1010110 10 110111 100101101 1001100 11010

Color Harmonies of #731071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731071

Black with #731071

Text Example


Text Example

White with #731071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731071; }

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

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

background-color css

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

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

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

border-color css

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

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

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