Html Css Color HEX #730AA0 Dark Magenta

📋 copy color: '#730AA0'

red 115 ◦ green 10 ◦ blue 160

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

Shades of Dark Magenta #730AA0

Tints of Dark Magenta #730AA0

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.51%

 BLUE value IS 160 (62.89% from 255) = 56.14%

R = 40.35%
G = 3.51%
B = 56.14%

CMYK

 C value IS 0.28

 M value IS 0.94

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#730AA0 (or 0x730AA0) is known color: Dark Magenta. HEX triplet: 73, 0A and A0. RGB value is (115,10,160). Sum of RGB (Red+Green+Blue) = 115+10+160=285 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.35% from 285); Green value is 10 (4.30% from 255 or 3.51% from 285); Blue value is 160 (62.89% from 255 or 56.14% from 285); Max value from RGB is 160 - color contains mainly: blue. Hex color #730AA0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730AA0 is #8CF55F. Grayscale: #3A3A3A. Windows color (decimal): -9237856 or 10488435. OLE color: 10488435.

HSL color Cylindrical-coordinate representation of color #730AA0: hue angle of 282º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730AA0 is Cyan = 0.28, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 115 10 160 -
CMYK 0.28 0.94 0 0.37
HSL 282º 0.88% 0.33% -
HSV(B) 282º 0.94% 0.63% -
XYZ 13.52 6.4 33.78 -
YUV 58.5 185.29 168.3 -
System Red Green Blue C M Y K H S L
Decimal 115 10 160 0.28 0.94 0 0.37 282 0.88 0.33
Hex 73 A A0 1C 5E 0 25 11A 58 21
Octal 163 12 240 34 136 0 45 432 130 41
Binary 1110011 1010 10100000 11100 1011110 0 100101 100011010 1011000 100001

Color Harmonies of #730AA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730AA0

Black with #730AA0

Text Example


Text Example

White with #730AA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730AA0; }

 p { color: rgb(115,10,160); }

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

background-color css

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

 a { background-color: rgb(115,10,160); }

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

border-color css

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

 span { border-color: rgb(115,10,160); }

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