#730198

Color #730198 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #730198

Tints of Dark Magenta #730198

Color information

#730198 (or 0x730198) is unknown color: approx Dark Magenta. HEX triplet: 73, 01 and 98. RGB value is (115,1,152). Sum of RGB (Red+Green+Blue) = 115+1+152=268 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.91% from 268); Green value is 1 (0.78% from 255 or 0.37% from 268); Blue value is 152 (59.77% from 255 or 56.72% from 268); Max value from RGB is 152 - color contains mainly: blue. Hex color #730198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730198 is #8CFE67. Grayscale: #333333. Windows color (decimal): -9240168 or 9961843. OLE color: 9961843.

HSL color Cylindrical-coordinate representation of color #730198: hue angle of 285.3º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #730198 is Cyan = 0.24, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB1151152-
CMYK0.240.9900.40
HSL285.3º98.69%30%-
HSV(B)285.3º99.34%59.61%-
XYZ12.755.9330.18-
YUV52.3184.27172.72-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 42.91%
GREEN value IS 1 (0.78% from 255) = 0.37%
BLUE value IS 152 (59.77% from 255) = 56.72%
R=42.91%
G=0.37%
B=56.72%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal11511520.240.9900.40285.398.6930
Hex73198186302811d631e
Octal16312303014305043514336
Binary11100111100110001100011000110101000100011101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #730198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #730198; }

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

 H1.HeaderClassName
 {
   color: #730198;
 }
 .AnyTagClassName
 {
   color: #730198;
 }
</style>
background-color css

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

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

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

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

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

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