Html Css Color HEX #731091 Purple

📋 copy color: '#731091'

red 115 ◦ green 16 ◦ blue 145

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

Shades of Purple #731091

Tints of Purple #731091

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.8%

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

R = 41.67%
G = 5.8%
B = 52.54%

CMYK

 C value IS 0.21

 M value IS 0.89

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#731091 (or 0x731091) is known color: Purple. HEX triplet: 73, 10 and 91. RGB value is (115,16,145). Sum of RGB (Red+Green+Blue) = 115+16+145=276 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.67% from 276); Green value is 16 (6.64% from 255 or 5.80% from 276); Blue value is 145 (57.03% from 255 or 52.54% from 276); Max value from RGB is 145 - color contains mainly: blue. Hex color #731091 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731091 is #8CEF6E. Grayscale: #3B3B3B. Windows color (decimal): -9236335 or 9506931. OLE color: 9506931.

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

Color convert

RGB 115 16 145 -
CMYK 0.21 0.89 0 0.43
HSL 286.05º 0.8% 0.32% -
HSV(B) 286.05º 0.89% 0.57% -
XYZ 12.37 6.06 27.31 -
YUV 60.31 175.8 167.01 -
System Red Green Blue C M Y K H S L
Decimal 115 16 145 0.21 0.89 0 0.43 286.05 0.8 0.32
Hex 73 10 91 15 59 0 2B 11E 50 20
Octal 163 20 221 25 131 0 53 436 120 40
Binary 1110011 10000 10010001 10101 1011001 0 101011 100011110 1010000 100000

Color Harmonies of #731091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731091

Black with #731091

Text Example


Text Example

White with #731091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731091; }

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

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

background-color css

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

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

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

border-color css

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

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

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