Html Css Color HEX #730999 Dark Magenta

📋 copy color: '#730999'

red 115 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #730999

Tints of Dark Magenta #730999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.25%

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

R = 41.52%
G = 3.25%
B = 55.23%

CMYK

 C value IS 0.25

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#730999 (or 0x730999) is known color: Dark Magenta. HEX triplet: 73, 09 and 99. RGB value is (115,9,153). Sum of RGB (Red+Green+Blue) = 115+9+153=277 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.52% from 277); Green value is 9 (3.91% from 255 or 3.25% from 277); Blue value is 153 (60.16% from 255 or 55.23% from 277); Max value from RGB is 153 - color contains mainly: blue. Hex color #730999 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730999 is #8CF666. Grayscale: #383838. Windows color (decimal): -9238119 or 10029427. OLE color: 10029427.

HSL color Cylindrical-coordinate representation of color #730999: hue angle of 284.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #730999 is Cyan = 0.25, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 115 9 153 -
CMYK 0.25 0.94 0 0.4
HSL 284.17º 0.89% 0.32% -
HSV(B) 284.17º 0.94% 0.6% -
XYZ 12.92 6.14 30.64 -
YUV 57.11 182.12 169.29 -
System Red Green Blue C M Y K H S L
Decimal 115 9 153 0.25 0.94 0 0.4 284.17 0.89 0.32
Hex 73 9 99 19 5E 0 28 11C 59 20
Octal 163 11 231 31 136 0 50 434 131 40
Binary 1110011 1001 10011001 11001 1011110 0 101000 100011100 1011001 100000

Color Harmonies of #730999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730999

Black with #730999

Text Example


Text Example

White with #730999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730999; }

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

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

background-color css

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

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

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

border-color css

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

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

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