Html Css Color HEX #730799 Dark Magenta

📋 copy color: '#730799'

red 115 ◦ green 7 ◦ blue 153

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

Shades of Dark Magenta #730799

Tints of Dark Magenta #730799

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 41.82%
G = 2.55%
B = 55.64%

CMYK

 C value IS 0.25

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#730799 (or 0x730799) is known color: Dark Magenta. HEX triplet: 73, 07 and 99. RGB value is (115,7,153). Sum of RGB (Red+Green+Blue) = 115+7+153=275 (36% of max value = 765). Red value is 115 (45.31% from 255 or 41.82% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 153 (60.16% from 255 or 55.64% from 275); Max value from RGB is 153 - color contains mainly: blue. Hex color #730799 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #730799 is #8CF866. Grayscale: #373737. Windows color (decimal): -9238631 or 10028915. OLE color: 10028915.

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

Color convert

RGB 115 7 153 -
CMYK 0.25 0.95 0 0.4
HSL 284.38º 0.91% 0.31% -
HSV(B) 284.38º 0.95% 0.6% -
XYZ 12.9 6.1 30.63 -
YUV 55.94 182.78 170.13 -
System Red Green Blue C M Y K H S L
Decimal 115 7 153 0.25 0.95 0 0.4 284.38 0.91 0.31
Hex 73 7 99 19 5F 0 28 11C 5B 1F
Octal 163 7 231 31 137 0 50 434 133 37
Binary 1110011 111 10011001 11001 1011111 0 101000 100011100 1011011 11111

Color Harmonies of #730799

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #730799

Black with #730799

Text Example


Text Example

White with #730799

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #730799; }

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

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

background-color css

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

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

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

border-color css

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

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

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