Html Css Color HEX #73089E Dark Magenta

📋 copy color: '#73089E'

red 115 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #73089E

Tints of Dark Magenta #73089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.85%

 BLUE value IS 158 (62.11% from 255) = 56.23%

R = 40.93%
G = 2.85%
B = 56.23%

CMYK

 C value IS 0.27

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73089E (or 0x73089E) is known color: Dark Magenta. HEX triplet: 73, 08 and 9E. RGB value is (115,8,158). Sum of RGB (Red+Green+Blue) = 115+8+158=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 8 (3.52% from 255 or 2.85% from 281); Blue value is 158 (62.11% from 255 or 56.23% from 281); Max value from RGB is 158 - color contains mainly: blue. Hex color #73089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73089E is #8CF761. Grayscale: #383838. Windows color (decimal): -9238370 or 10356851. OLE color: 10356851.

HSL color Cylindrical-coordinate representation of color #73089E: hue angle of 282.8º degrees, saturation: 0.9, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #73089E is Cyan = 0.27, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 8 158 -
CMYK 0.27 0.95 0 0.38
HSL 282.8º 0.9% 0.33% -
HSV(B) 282.8º 0.95% 0.62% -
XYZ 13.33 6.29 32.86 -
YUV 57.09 184.95 169.3 -
System Red Green Blue C M Y K H S L
Decimal 115 8 158 0.27 0.95 0 0.38 282.8 0.9 0.33
Hex 73 8 9E 1B 5F 0 26 11B 5A 21
Octal 163 10 236 33 137 0 46 433 132 41
Binary 1110011 1000 10011110 11011 1011111 0 100110 100011011 1011010 100001

Color Harmonies of #73089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73089E

Black with #73089E

Text Example


Text Example

White with #73089E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73089E; }

 p { color: rgb(115,8,158); }

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

background-color css

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

 a { background-color: rgb(115,8,158); }

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

border-color css

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

 span { border-color: rgb(115,8,158); }

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