Html Css Color HEX #731095 Purple

📋 copy color: '#731095'

red 115 ◦ green 16 ◦ blue 149

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

Shades of Purple #731095

Tints of Purple #731095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 53.21%

R = 41.07%
G = 5.71%
B = 53.21%

CMYK

 C value IS 0.23

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#731095 (or 0x731095) is known color: Purple. HEX triplet: 73, 10 and 95. RGB value is (115,16,149). Sum of RGB (Red+Green+Blue) = 115+16+149=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 16 (6.64% from 255 or 5.71% from 280); Blue value is 149 (58.59% from 255 or 53.21% from 280); Max value from RGB is 149 - color contains mainly: blue. Hex color #731095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731095 is #8CEF6A. Grayscale: #3C3C3C. Windows color (decimal): -9236331 or 9769075. OLE color: 9769075.

HSL color Cylindrical-coordinate representation of color #731095: hue angle of 284.66º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731095 is Cyan = 0.23, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 16 149 -
CMYK 0.23 0.89 0 0.42
HSL 284.66º 0.81% 0.32% -
HSV(B) 284.66º 0.89% 0.58% -
XYZ 12.68 6.19 28.96 -
YUV 60.76 177.8 166.69 -
System Red Green Blue C M Y K H S L
Decimal 115 16 149 0.23 0.89 0 0.42 284.66 0.81 0.32
Hex 73 10 95 17 59 0 2A 11D 51 20
Octal 163 20 225 27 131 0 52 435 121 40
Binary 1110011 10000 10010101 10111 1011001 0 101010 100011101 1010001 100000

Color Harmonies of #731095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731095

Black with #731095

Text Example


Text Example

White with #731095

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731095; }

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

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

background-color css

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

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

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

border-color css

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

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

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