Html Css Color HEX #731080 Purple

📋 copy color: '#731080'

red 115 ◦ green 16 ◦ blue 128

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

Shades of Purple #731080

Tints of Purple #731080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 49.42%

R = 44.4%
G = 6.18%
B = 49.42%

CMYK

 C value IS 0.10

 M value IS 0.88

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#731080 (or 0x731080) is known color: Purple. HEX triplet: 73, 10 and 80. RGB value is (115,16,128). Sum of RGB (Red+Green+Blue) = 115+16+128=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 16 (6.64% from 255 or 6.18% from 259); Blue value is 128 (50.39% from 255 or 49.42% from 259); Max value from RGB is 128 - color contains mainly: blue. Hex color #731080 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731080 is #8CEF7F. Grayscale: #3A3A3A. Windows color (decimal): -9236352 or 8392819. OLE color: 8392819.

HSL color Cylindrical-coordinate representation of color #731080: hue angle of 293.04º degrees, saturation: 0.78, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731080 is Cyan = 0.10, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 16 128 -
CMYK 0.10 0.88 0 0.50
HSL 293.04º 0.78% 0.28% -
HSV(B) 293.04º 0.88% 0.5% -
XYZ 11.15 5.57 20.91 -
YUV 58.37 167.3 168.39 -
System Red Green Blue C M Y K H S L
Decimal 115 16 128 0.10 0.88 0 0.50 293.04 0.78 0.28
Hex 73 10 80 A 58 0 32 125 4E 1C
Octal 163 20 200 12 130 0 62 445 116 34
Binary 1110011 10000 10000000 1010 1011000 0 110010 100100101 1001110 11100

Color Harmonies of #731080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731080

Black with #731080

Text Example


Text Example

White with #731080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731080; }

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

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

background-color css

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

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

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

border-color css

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

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

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