Html Css Color HEX #730A9B Dark Magenta

📋 copy color: '#730A9B'

red 115 ◦ green 10 ◦ blue 155

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

Shades of Dark Magenta #730A9B

Tints of Dark Magenta #730A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.36%

R = 41.07%
G = 3.57%
B = 55.36%

CMYK

 C value IS 0.26

 M value IS 0.94

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#730A9B (or 0x730A9B) is known color: Dark Magenta. HEX triplet: 73, 0A and 9B. RGB value is (115,10,155). Sum of RGB (Red+Green+Blue) = 115+10+155=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 10 (4.30% from 255 or 3.57% from 280); Blue value is 155 (60.94% from 255 or 55.36% from 280); Max value from RGB is 155 - color contains mainly: blue. Hex color #730A9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730A9B is #8CF564. Grayscale: #393939. Windows color (decimal): -9237861 or 10160755. OLE color: 10160755.

HSL color Cylindrical-coordinate representation of color #730A9B: hue angle of 283.45º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730A9B is Cyan = 0.26, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 10 155 -
CMYK 0.26 0.94 0 0.39
HSL 283.45º 0.88% 0.32% -
HSV(B) 283.45º 0.94% 0.61% -
XYZ 13.1 6.23 31.52 -
YUV 57.93 182.79 168.71 -
System Red Green Blue C M Y K H S L
Decimal 115 10 155 0.26 0.94 0 0.39 283.45 0.88 0.32
Hex 73 A 9B 1A 5E 0 27 11B 58 20
Octal 163 12 233 32 136 0 47 433 130 40
Binary 1110011 1010 10011011 11010 1011110 0 100111 100011011 1011000 100000

Color Harmonies of #730A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730A9B

Black with #730A9B

Text Example


Text Example

White with #730A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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