Html Css Color HEX #731098 Dark Magenta

📋 copy color: '#731098'

red 115 ◦ green 16 ◦ blue 152

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

Shades of Dark Magenta #731098

Tints of Dark Magenta #731098

RGB

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

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

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

R = 40.64%
G = 5.65%
B = 53.71%

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

#731098 (or 0x731098) is known color: Dark Magenta. HEX triplet: 73, 10 and 98. RGB value is (115,16,152). Sum of RGB (Red+Green+Blue) = 115+16+152=283 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.64% from 283); Green value is 16 (6.64% from 255 or 5.65% from 283); Blue value is 152 (59.77% from 255 or 53.71% from 283); Max value from RGB is 152 - color contains mainly: blue. Hex color #731098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #731098 is #8CEF67. Grayscale: #3C3C3C. Windows color (decimal): -9236328 or 9965683. OLE color: 9965683.

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

Color convert

RGB 115 16 152 -
CMYK 0.24 0.89 0 0.40
HSL 283.68º 0.81% 0.33% -
HSV(B) 283.68º 0.89% 0.6% -
XYZ 12.92 6.28 30.24 -
YUV 61.11 179.3 166.44 -
System Red Green Blue C M Y K H S L
Decimal 115 16 152 0.24 0.89 0 0.40 283.68 0.81 0.33
Hex 73 10 98 18 59 0 28 11C 51 21
Octal 163 20 230 30 131 0 50 434 121 41
Binary 1110011 10000 10011000 11000 1011001 0 101000 100011100 1010001 100001

Color Harmonies of #731098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #731098

Black with #731098

Text Example


Text Example

White with #731098

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #731098; }

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

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

background-color css

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

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

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

border-color css

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

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

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