Html Css Color HEX #731198 Dark Magenta

📋 copy color: '#731198'

red 115 ◦ green 17 ◦ blue 152

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

Shades of Dark Magenta #731198

Tints of Dark Magenta #731198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.52%

R = 40.49%
G = 5.99%
B = 53.52%

CMYK

 C value IS 0.24

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#731198 (or 0x731198) is known color: Dark Magenta. HEX triplet: 73, 11 and 98. RGB value is (115,17,152). Sum of RGB (Red+Green+Blue) = 115+17+152=284 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.49% from 284); Green value is 17 (7.03% from 255 or 5.99% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #731198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731198 is #8CEE67. Grayscale: #3D3D3D. Windows color (decimal): -9236072 or 9965939. OLE color: 9965939.

HSL color Cylindrical-coordinate representation of color #731198: hue angle of 283.56º 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 #731198 is Cyan = 0.24, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 17 152 -
CMYK 0.24 0.89 0 0.40
HSL 283.56º 0.8% 0.33% -
HSV(B) 283.56º 0.89% 0.6% -
XYZ 12.94 6.31 30.24 -
YUV 61.69 178.97 166.02 -
System Red Green Blue C M Y K H S L
Decimal 115 17 152 0.24 0.89 0 0.40 283.56 0.8 0.33
Hex 73 11 98 18 59 0 28 11C 50 21
Octal 163 21 230 30 131 0 50 434 120 41
Binary 1110011 10001 10011000 11000 1011001 0 101000 100011100 1010000 100001

Color Harmonies of #731198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731198

Black with #731198

Text Example


Text Example

White with #731198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731198; }

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

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

background-color css

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

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

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

border-color css

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

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

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