Html Css Color HEX #731590 Purple

📋 copy color: '#731590'

red 115 ◦ green 21 ◦ blue 144

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

Shades of Purple #731590

Tints of Purple #731590

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 51.43%

R = 41.07%
G = 7.5%
B = 51.43%

CMYK

 C value IS 0.20

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#731590 (or 0x731590) is known color: Purple. HEX triplet: 73, 15 and 90. RGB value is (115,21,144). Sum of RGB (Red+Green+Blue) = 115+21+144=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 144 (56.64% from 255 or 51.43% from 280); Max value from RGB is 144 - color contains mainly: blue. Hex color #731590 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731590 is #8CEA6F. Grayscale: #3E3E3E. Windows color (decimal): -9235056 or 9442675. OLE color: 9442675.

HSL color Cylindrical-coordinate representation of color #731590: hue angle of 285.85º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731590 is Cyan = 0.20, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 115 21 144 -
CMYK 0.20 0.85 0 0.44
HSL 285.85º 0.75% 0.32% -
HSV(B) 285.85º 0.85% 0.56% -
XYZ 12.37 6.19 26.93 -
YUV 63.13 173.64 165 -
System Red Green Blue C M Y K H S L
Decimal 115 21 144 0.20 0.85 0 0.44 285.85 0.75 0.32
Hex 73 15 90 14 55 0 2C 11E 4B 20
Octal 163 25 220 24 125 0 54 436 113 40
Binary 1110011 10101 10010000 10100 1010101 0 101100 100011110 1001011 100000

Color Harmonies of #731590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731590

Black with #731590

Text Example


Text Example

White with #731590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731590; }

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

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

background-color css

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

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

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

border-color css

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

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

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