#7300AB

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

Shades of Dark Magenta #7300AB

Tints of Dark Magenta #7300AB

Color information

#7300AB (or 0x7300AB) is unknown color: approx Dark Magenta. HEX triplet: 73, 00 and AB. RGB value is (115,0,171). Sum of RGB (Red+Green+Blue) = 115+0+171=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 0 (0.39% from 255 or 0% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #7300AB is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7300AB is #8CFF54. Grayscale: #353535. Windows color (decimal): -9240405 or 11206771. OLE color: 11206771.

HSL color Cylindrical-coordinate representation of color #7300AB: hue angle of 280.35º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7300AB is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1150171-
CMYK0.33100.33
HSL280.35º100%33.53%-
HSV(B)280.35º100%67.06%-
XYZ14.426.5939.04-
YUV53.88194.1171.6-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 40.21%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 171 (67.19% from 255) = 59.79%
R=40.21%
G=0%
B=59.79%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal11501710.33100.33280.3510033.53
Hex730AB21640211186422
Octal16302534114404143014442
Binary1110011010101011100001110010001000011000110001100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7300AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7300AB; }

 p { color: rgb(115,0,171); }

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

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

 a { background-color: rgb(115,0,171); }

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

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

 span { border-color: rgb(115,0,171); }

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