Html Css Color HEX #731097 Purple

📋 copy color: '#731097'

red 115 ◦ green 16 ◦ blue 151

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

Shades of Purple #731097

Tints of Purple #731097

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 53.55%

R = 40.78%
G = 5.67%
B = 53.55%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#731097 (or 0x731097) is known color: Purple. HEX triplet: 73, 10 and 97. RGB value is (115,16,151). Sum of RGB (Red+Green+Blue) = 115+16+151=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 16 (6.64% from 255 or 5.67% from 282); Blue value is 151 (59.38% from 255 or 53.55% from 282); Max value from RGB is 151 - color contains mainly: blue. Hex color #731097 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731097 is #8CEF68. Grayscale: #3C3C3C. Windows color (decimal): -9236329 or 9900147. OLE color: 9900147.

HSL color Cylindrical-coordinate representation of color #731097: hue angle of 284º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #731097 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 115 16 151 -
CMYK 0.24 0.89 0 0.41
HSL 284º 0.81% 0.33% -
HSV(B) 284º 0.89% 0.59% -
XYZ 12.84 6.25 29.81 -
YUV 60.99 178.8 166.52 -
System Red Green Blue C M Y K H S L
Decimal 115 16 151 0.24 0.89 0 0.41 284 0.81 0.33
Hex 73 10 97 18 59 0 29 11C 51 21
Octal 163 20 227 30 131 0 51 434 121 41
Binary 1110011 10000 10010111 11000 1011001 0 101001 100011100 1010001 100001

Color Harmonies of #731097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731097

Black with #731097

Text Example


Text Example

White with #731097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731097; }

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

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

background-color css

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

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

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

border-color css

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

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

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