Html Css Color HEX #731480 Purple

📋 copy color: '#731480'

red 115 ◦ green 20 ◦ blue 128

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

Shades of Purple #731480

Tints of Purple #731480

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.6%

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

R = 43.73%
G = 7.6%
B = 48.67%

CMYK

 C value IS 0.10

 M value IS 0.84

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#731480 (or 0x731480) is known color: Purple. HEX triplet: 73, 14 and 80. RGB value is (115,20,128). Sum of RGB (Red+Green+Blue) = 115+20+128=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 20 (8.20% from 255 or 7.60% from 263); Blue value is 128 (50.39% from 255 or 48.67% from 263); Max value from RGB is 128 - color contains mainly: blue. Hex color #731480 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731480 is #8CEB7F. Grayscale: #3C3C3C. Windows color (decimal): -9235328 or 8393843. OLE color: 8393843.

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

Color convert

RGB 115 20 128 -
CMYK 0.10 0.84 0 0.50
HSL 292.78º 0.73% 0.29% -
HSV(B) 292.78º 0.84% 0.5% -
XYZ 11.22 5.7 20.93 -
YUV 60.72 165.97 166.72 -
System Red Green Blue C M Y K H S L
Decimal 115 20 128 0.10 0.84 0 0.50 292.78 0.73 0.29
Hex 73 14 80 A 54 0 32 125 49 1D
Octal 163 24 200 12 124 0 62 445 111 35
Binary 1110011 10100 10000000 1010 1010100 0 110010 100100101 1001001 11101

Color Harmonies of #731480

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731480

Black with #731480

Text Example


Text Example

White with #731480

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731480; }

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

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

background-color css

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

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

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

border-color css

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

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

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