Html Css Color HEX #731099 Dark Magenta

📋 copy color: '#731099'

red 115 ◦ green 16 ◦ blue 153

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

Shades of Dark Magenta #731099

Tints of Dark Magenta #731099

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.87%

R = 40.49%
G = 5.63%
B = 53.87%

CMYK

 C value IS 0.25

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#731099 (or 0x731099) is known color: Dark Magenta. HEX triplet: 73, 10 and 99. RGB value is (115,16,153). Sum of RGB (Red+Green+Blue) = 115+16+153=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 16 (6.64% from 255 or 5.63% from 284); Blue value is 153 (60.16% from 255 or 53.87% from 284); Max value from RGB is 153 - color contains mainly: blue. Hex color #731099 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731099 is #8CEF66. Grayscale: #3C3C3C. Windows color (decimal): -9236327 or 10031219. OLE color: 10031219.

HSL color Cylindrical-coordinate representation of color #731099: hue angle of 283.36º degrees, saturation: 0.81, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #731099 is Cyan = 0.25, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 16 153 -
CMYK 0.25 0.90 0 0.4
HSL 283.36º 0.81% 0.33% -
HSV(B) 283.36º 0.9% 0.6% -
XYZ 13.01 6.32 30.67 -
YUV 61.22 179.8 166.36 -
System Red Green Blue C M Y K H S L
Decimal 115 16 153 0.25 0.90 0 0.4 283.36 0.81 0.33
Hex 73 10 99 19 5A 0 28 11B 51 21
Octal 163 20 231 31 132 0 50 433 121 41
Binary 1110011 10000 10011001 11001 1011010 0 101000 100011011 1010001 100001

Color Harmonies of #731099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731099

Black with #731099

Text Example


Text Example

White with #731099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731099; }

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

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

background-color css

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

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

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

border-color css

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

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

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