Html Css Color HEX #731980 Purple

📋 copy color: '#731980'

red 115 ◦ green 25 ◦ blue 128

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

Shades of Purple #731980

Tints of Purple #731980

RGB

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

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

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

R = 42.91%
G = 9.33%
B = 47.76%

CMYK

 C value IS 0.10

 M value IS 0.80

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#731980 (or 0x731980) is known color: Purple. HEX triplet: 73, 19 and 80. RGB value is (115,25,128). Sum of RGB (Red+Green+Blue) = 115+25+128=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 25 (10.16% from 255 or 9.33% from 268); Blue value is 128 (50.39% from 255 or 47.76% from 268); Max value from RGB is 128 - color contains mainly: blue. Hex color #731980 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731980 is #8CE67F. Grayscale: #3F3F3F. Windows color (decimal): -9234048 or 8395123. OLE color: 8395123.

HSL color Cylindrical-coordinate representation of color #731980: hue angle of 292.43º degrees, saturation: 0.67, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #731980 is Cyan = 0.10, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 25 128 -
CMYK 0.10 0.80 0 0.50
HSL 292.43º 0.67% 0.3% -
HSV(B) 292.43º 0.8% 0.5% -
XYZ 11.31 5.9 20.96 -
YUV 63.65 164.32 164.62 -
System Red Green Blue C M Y K H S L
Decimal 115 25 128 0.10 0.80 0 0.50 292.43 0.67 0.3
Hex 73 19 80 A 50 0 32 124 43 1E
Octal 163 31 200 12 120 0 62 444 103 36
Binary 1110011 11001 10000000 1010 1010000 0 110010 100100100 1000011 11110

Color Harmonies of #731980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731980

Black with #731980

Text Example


Text Example

White with #731980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731980; }

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

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

background-color css

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

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

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

border-color css

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

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

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