Html Css Color HEX #73109B Dark Magenta

📋 copy color: '#73109B'

red 115 ◦ green 16 ◦ blue 155

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

Shades of Dark Magenta #73109B

Tints of Dark Magenta #73109B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 54.2%

R = 40.21%
G = 5.59%
B = 54.2%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73109B (or 0x73109B) is known color: Dark Magenta. HEX triplet: 73, 10 and 9B. RGB value is (115,16,155). Sum of RGB (Red+Green+Blue) = 115+16+155=286 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.21% from 286); Green value is 16 (6.64% from 255 or 5.59% from 286); Blue value is 155 (60.94% from 255 or 54.20% from 286); Max value from RGB is 155 - color contains mainly: blue. Hex color #73109B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73109B is #8CEF64. Grayscale: #3C3C3C. Windows color (decimal): -9236325 or 10162291. OLE color: 10162291.

HSL color Cylindrical-coordinate representation of color #73109B: hue angle of 282.73º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #73109B is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 16 155 -
CMYK 0.26 0.90 0 0.39
HSL 282.73º 0.81% 0.34% -
HSV(B) 282.73º 0.9% 0.61% -
XYZ 13.17 6.38 31.55 -
YUV 61.45 180.8 166.2 -
System Red Green Blue C M Y K H S L
Decimal 115 16 155 0.26 0.90 0 0.39 282.73 0.81 0.34
Hex 73 10 9B 1A 5A 0 27 11B 51 22
Octal 163 20 233 32 132 0 47 433 121 42
Binary 1110011 10000 10011011 11010 1011010 0 100111 100011011 1010001 100010

Color Harmonies of #73109B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73109B

Black with #73109B

Text Example


Text Example

White with #73109B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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