Html Css Color HEX #731580 Purple

📋 copy color: '#731580'

red 115 ◦ green 21 ◦ blue 128

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

Shades of Purple #731580

Tints of Purple #731580

RGB

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

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

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

R = 43.56%
G = 7.95%
B = 48.48%

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

#731580 (or 0x731580) is known color: Purple. HEX triplet: 73, 15 and 80. RGB value is (115,21,128). Sum of RGB (Red+Green+Blue) = 115+21+128=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 21 (8.59% from 255 or 7.95% from 264); Blue value is 128 (50.39% from 255 or 48.48% from 264); Max value from RGB is 128 - color contains mainly: blue. Hex color #731580 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731580 is #8CEA7F. Grayscale: #3C3C3C. Windows color (decimal): -9235072 or 8394099. OLE color: 8394099.

HSL color Cylindrical-coordinate representation of color #731580: hue angle of 292.71º degrees, saturation: 0.72, 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 #731580 is Cyan = 0.10, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 115 21 128 -
CMYK 0.10 0.84 0 0.50
HSL 292.71º 0.72% 0.29% -
HSV(B) 292.71º 0.84% 0.5% -
XYZ 11.23 5.74 20.94 -
YUV 61.3 165.64 166.3 -
System Red Green Blue C M Y K H S L
Decimal 115 21 128 0.10 0.84 0 0.50 292.71 0.72 0.29
Hex 73 15 80 A 54 0 32 125 48 1D
Octal 163 25 200 12 124 0 62 445 110 35
Binary 1110011 10101 10000000 1010 1010100 0 110010 100100101 1001000 11101

Color Harmonies of #731580

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731580

Black with #731580

Text Example


Text Example

White with #731580

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731580; }

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

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

background-color css

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

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

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

border-color css

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

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

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