Html Css Color HEX #731291 Purple

📋 copy color: '#731291'

red 115 ◦ green 18 ◦ blue 145

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

Shades of Purple #731291

Tints of Purple #731291

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.47%

 BLUE value IS 145 (57.03% from 255) = 52.16%

R = 41.37%
G = 6.47%
B = 52.16%

CMYK

 C value IS 0.21

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#731291 (or 0x731291) is known color: Purple. HEX triplet: 73, 12 and 91. RGB value is (115,18,145). Sum of RGB (Red+Green+Blue) = 115+18+145=278 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.37% from 278); Green value is 18 (7.42% from 255 or 6.47% from 278); Blue value is 145 (57.03% from 255 or 52.16% from 278); Max value from RGB is 145 - color contains mainly: blue. Hex color #731291 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731291 is #8CED6E. Grayscale: #3D3D3D. Windows color (decimal): -9235823 or 9507443. OLE color: 9507443.

HSL color Cylindrical-coordinate representation of color #731291: hue angle of 285.83º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #731291 is Cyan = 0.21, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 18 145 -
CMYK 0.21 0.88 0 0.43
HSL 285.83º 0.78% 0.32% -
HSV(B) 285.83º 0.88% 0.57% -
XYZ 12.4 6.12 27.32 -
YUV 61.48 175.14 166.17 -
System Red Green Blue C M Y K H S L
Decimal 115 18 145 0.21 0.88 0 0.43 285.83 0.78 0.32
Hex 73 12 91 15 58 0 2B 11E 4E 20
Octal 163 22 221 25 130 0 53 436 116 40
Binary 1110011 10010 10010001 10101 1011000 0 101011 100011110 1001110 100000

Color Harmonies of #731291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731291

Black with #731291

Text Example


Text Example

White with #731291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731291; }

 p { color: rgb(115,18,145); }

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

background-color css

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

 a { background-color: rgb(115,18,145); }

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

border-color css

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

 span { border-color: rgb(115,18,145); }

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