Html Css Color HEX #730B9A Dark Magenta

📋 copy color: '#730B9A'

red 115 ◦ green 11 ◦ blue 154

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

Shades of Dark Magenta #730B9A

Tints of Dark Magenta #730B9A

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.93%

 BLUE value IS 154 (60.55% from 255) = 55%

R = 41.07%
G = 3.93%
B = 55%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#730B9A (or 0x730B9A) is known color: Dark Magenta. HEX triplet: 73, 0B and 9A. RGB value is (115,11,154). Sum of RGB (Red+Green+Blue) = 115+11+154=280 (37% of max value = 765). Red value is 115 (45.31% from 255 or 41.07% from 280); Green value is 11 (4.69% from 255 or 3.93% from 280); Blue value is 154 (60.55% from 255 or 55% from 280); Max value from RGB is 154 - color contains mainly: blue. Hex color #730B9A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B9A is #8CF465. Grayscale: #393939. Windows color (decimal): -9237606 or 10095475. OLE color: 10095475.

HSL color Cylindrical-coordinate representation of color #730B9A: hue angle of 283.64º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #730B9A is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 11 154 -
CMYK 0.25 0.93 0 0.40
HSL 283.64º 0.87% 0.32% -
HSV(B) 283.64º 0.93% 0.6% -
XYZ 13.02 6.22 31.09 -
YUV 58.4 181.96 168.37 -
System Red Green Blue C M Y K H S L
Decimal 115 11 154 0.25 0.93 0 0.40 283.64 0.87 0.32
Hex 73 B 9A 19 5D 0 28 11C 57 20
Octal 163 13 232 31 135 0 50 434 127 40
Binary 1110011 1011 10011010 11001 1011101 0 101000 100011100 1010111 100000

Color Harmonies of #730B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B9A

Black with #730B9A

Text Example


Text Example

White with #730B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,11,154); }

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

background-color css

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

 a { background-color: rgb(115,11,154); }

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

border-color css

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

 span { border-color: rgb(115,11,154); }

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