Html Css Color HEX #7300AB Dark Magenta

📋 copy color: '#7300AB'

red 115 ◦ green 0 ◦ blue 171

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

Shades of Dark Magenta #7300AB

Tints of Dark Magenta #7300AB

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 value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7300AB (or 0x7300AB) is known color: 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

RGB 115 0 171 -
CMYK 0.33 1 0 0.33
HSL 280.35º 1% 0.34% -
HSV(B) 280.35º 1% 0.67% -
XYZ 14.42 6.59 39.04 -
YUV 53.88 194.1 171.6 -
System Red Green Blue C M Y K H S L
Decimal 115 0 171 0.33 1 0 0.33 280.35 1 0.34
Hex 73 0 AB 21 64 0 21 118 64 22
Octal 163 0 253 41 144 0 41 430 144 42
Binary 1110011 0 10101011 100001 1100100 0 100001 100011000 1100100 100010

Color Harmonies of #7300AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7300AB

Black with #7300AB

Text Example


Text Example

White with #7300AB

Text Example


Text Example

HTML Codes & Css Web 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>