Html Css Color HEX #731987 Purple

📋 copy color: '#731987'

red 115 ◦ green 25 ◦ blue 135

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

Shades of Purple #731987

Tints of Purple #731987

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.09%

R = 41.82%
G = 9.09%
B = 49.09%

CMYK

 C value IS 0.15

 M value IS 0.81

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#731987 (or 0x731987) is known color: Purple. HEX triplet: 73, 19 and 87. RGB value is (115,25,135). Sum of RGB (Red+Green+Blue) = 115+25+135=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 25 (10.16% from 255 or 9.09% from 275); Blue value is 135 (53.12% from 255 or 49.09% from 275); Max value from RGB is 135 - color contains mainly: blue. Hex color #731987 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731987 is #8CE678. Grayscale: #404040. Windows color (decimal): -9234041 or 8853875. OLE color: 8853875.

HSL color Cylindrical-coordinate representation of color #731987: hue angle of 289.09º degrees, saturation: 0.69, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #731987 is Cyan = 0.15, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 115 25 135 -
CMYK 0.15 0.81 0 0.47
HSL 289.09º 0.69% 0.31% -
HSV(B) 289.09º 0.81% 0.53% -
XYZ 11.79 6.09 23.48 -
YUV 64.45 167.82 164.06 -
System Red Green Blue C M Y K H S L
Decimal 115 25 135 0.15 0.81 0 0.47 289.09 0.69 0.31
Hex 73 19 87 F 51 0 2F 121 45 1F
Octal 163 31 207 17 121 0 57 441 105 37
Binary 1110011 11001 10000111 1111 1010001 0 101111 100100001 1000101 11111

Color Harmonies of #731987

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731987

Black with #731987

Text Example


Text Example

White with #731987

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731987; }

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

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

background-color css

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

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

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

border-color css

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

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

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