Html Css Color HEX #730B99 Dark Magenta

📋 copy color: '#730B99'

red 115 ◦ green 11 ◦ blue 153

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

Shades of Dark Magenta #730B99

Tints of Dark Magenta #730B99

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 54.84%

R = 41.22%
G = 3.94%
B = 54.84%

CMYK

 C value IS 0.25

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#730B99 (or 0x730B99) is known color: Dark Magenta. HEX triplet: 73, 0B and 99. RGB value is (115,11,153). Sum of RGB (Red+Green+Blue) = 115+11+153=279 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.22% from 279); Green value is 11 (4.69% from 255 or 3.94% from 279); Blue value is 153 (60.16% from 255 or 54.84% from 279); Max value from RGB is 153 - color contains mainly: blue. Hex color #730B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730B99 is #8CF466. Grayscale: #393939. Windows color (decimal): -9237607 or 10029939. OLE color: 10029939.

HSL color Cylindrical-coordinate representation of color #730B99: hue angle of 283.94º 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 #730B99 is Cyan = 0.25, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 11 153 -
CMYK 0.25 0.93 0 0.4
HSL 283.94º 0.87% 0.32% -
HSV(B) 283.94º 0.93% 0.6% -
XYZ 12.94 6.18 30.65 -
YUV 58.28 181.46 168.45 -
System Red Green Blue C M Y K H S L
Decimal 115 11 153 0.25 0.93 0 0.4 283.94 0.87 0.32
Hex 73 B 99 19 5D 0 28 11C 57 20
Octal 163 13 231 31 135 0 50 434 127 40
Binary 1110011 1011 10011001 11001 1011101 0 101000 100011100 1010111 100000

Color Harmonies of #730B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730B99

Black with #730B99

Text Example


Text Example

White with #730B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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