Html Css Color HEX #73109F Dark Magenta

📋 copy color: '#73109F'

red 115 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #73109F

Tints of Dark Magenta #73109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.52%

 BLUE value IS 159 (62.5% from 255) = 54.83%

R = 39.66%
G = 5.52%
B = 54.83%

CMYK

 C value IS 0.28

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73109F (or 0x73109F) is known color: Dark Magenta. HEX triplet: 73, 10 and 9F. RGB value is (115,16,159). Sum of RGB (Red+Green+Blue) = 115+16+159=290 (38% of max value = 765). Red value is 115 (45.31% from 255 or 39.66% from 290); Green value is 16 (6.64% from 255 or 5.52% from 290); Blue value is 159 (62.5% from 255 or 54.83% from 290); Max value from RGB is 159 - color contains mainly: blue. Hex color #73109F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73109F is #8CEF60. Grayscale: #3D3D3D. Windows color (decimal): -9236321 or 10424435. OLE color: 10424435.

HSL color Cylindrical-coordinate representation of color #73109F: hue angle of 281.54º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73109F is Cyan = 0.28, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 16 159 -
CMYK 0.28 0.90 0 0.38
HSL 281.54º 0.82% 0.34% -
HSV(B) 281.54º 0.9% 0.62% -
XYZ 13.51 6.52 33.35 -
YUV 61.9 182.8 165.87 -
System Red Green Blue C M Y K H S L
Decimal 115 16 159 0.28 0.90 0 0.38 281.54 0.82 0.34
Hex 73 10 9F 1C 5A 0 26 11A 52 22
Octal 163 20 237 34 132 0 46 432 122 42
Binary 1110011 10000 10011111 11100 1011010 0 100110 100011010 1010010 100010

Color Harmonies of #73109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73109F

Black with #73109F

Text Example


Text Example

White with #73109F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73109F; }

 p { color: rgb(115,16,159); }

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

background-color css

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

 a { background-color: rgb(115,16,159); }

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

border-color css

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

 span { border-color: rgb(115,16,159); }

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