Html Css Color HEX #731199 Dark Magenta

📋 copy color: '#731199'

red 115 ◦ green 17 ◦ blue 153

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

Shades of Dark Magenta #731199

Tints of Dark Magenta #731199

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.96%

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

R = 40.35%
G = 5.96%
B = 53.68%

CMYK

 C value IS 0.25

 M value IS 0.89

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#731199 (or 0x731199) is known color: Dark Magenta. HEX triplet: 73, 11 and 99. RGB value is (115,17,153). Sum of RGB (Red+Green+Blue) = 115+17+153=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 17 (7.03% from 255 or 5.96% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #731199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731199 is #8CEE66. Grayscale: #3D3D3D. Windows color (decimal): -9236071 or 10031475. OLE color: 10031475.

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

Color convert

RGB 115 17 153 -
CMYK 0.25 0.89 0 0.4
HSL 283.24º 0.8% 0.33% -
HSV(B) 283.24º 0.89% 0.6% -
XYZ 13.02 6.35 30.68 -
YUV 61.81 179.47 165.94 -
System Red Green Blue C M Y K H S L
Decimal 115 17 153 0.25 0.89 0 0.4 283.24 0.8 0.33
Hex 73 11 99 19 59 0 28 11B 50 21
Octal 163 21 231 31 131 0 50 433 120 41
Binary 1110011 10001 10011001 11001 1011001 0 101000 100011011 1010000 100001

Color Harmonies of #731199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731199

Black with #731199

Text Example


Text Example

White with #731199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731199; }

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

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

background-color css

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

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

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

border-color css

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

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

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