Html Css Color HEX #731589 Purple

📋 copy color: '#731589'

red 115 ◦ green 21 ◦ blue 137

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

Shades of Purple #731589

Tints of Purple #731589

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 50.18%

R = 42.12%
G = 7.69%
B = 50.18%

CMYK

 C value IS 0.16

 M value IS 0.85

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#731589 (or 0x731589) is known color: Purple. HEX triplet: 73, 15 and 89. RGB value is (115,21,137). Sum of RGB (Red+Green+Blue) = 115+21+137=273 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.12% from 273); Green value is 21 (8.59% from 255 or 7.69% from 273); Blue value is 137 (53.91% from 255 or 50.18% from 273); Max value from RGB is 137 - color contains mainly: blue. Hex color #731589 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731589 is #8CEA76. Grayscale: #3D3D3D. Windows color (decimal): -9235063 or 8983923. OLE color: 8983923.

HSL color Cylindrical-coordinate representation of color #731589: hue angle of 288.62º degrees, saturation: 0.73, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #731589 is Cyan = 0.16, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 115 21 137 -
CMYK 0.16 0.85 0 0.46
HSL 288.62º 0.73% 0.31% -
HSV(B) 288.62º 0.85% 0.54% -
XYZ 11.85 5.99 24.2 -
YUV 62.33 170.14 165.57 -
System Red Green Blue C M Y K H S L
Decimal 115 21 137 0.16 0.85 0 0.46 288.62 0.73 0.31
Hex 73 15 89 10 55 0 2E 121 49 1F
Octal 163 25 211 20 125 0 56 441 111 37
Binary 1110011 10101 10001001 10000 1010101 0 101110 100100001 1001001 11111

Color Harmonies of #731589

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731589

Black with #731589

Text Example


Text Example

White with #731589

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731589; }

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

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

background-color css

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

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

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

border-color css

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

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

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