Html Css Color HEX #73089F Dark Magenta

📋 copy color: '#73089F'

red 115 ◦ green 8 ◦ blue 159

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

Shades of Dark Magenta #73089F

Tints of Dark Magenta #73089F

RGB

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

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

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

R = 40.78%
G = 2.84%
B = 56.38%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73089F (or 0x73089F) is known color: Dark Magenta. HEX triplet: 73, 08 and 9F. RGB value is (115,8,159). Sum of RGB (Red+Green+Blue) = 115+8+159=282 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.78% from 282); Green value is 8 (3.52% from 255 or 2.84% from 282); Blue value is 159 (62.5% from 255 or 56.38% from 282); Max value from RGB is 159 - color contains mainly: blue. Hex color #73089F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73089F is #8CF760. Grayscale: #383838. Windows color (decimal): -9238369 or 10422387. OLE color: 10422387.

HSL color Cylindrical-coordinate representation of color #73089F: hue angle of 282.52º 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 #73089F is Cyan = 0.28, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 8 159 -
CMYK 0.28 0.95 0 0.38
HSL 282.52º 0.9% 0.33% -
HSV(B) 282.52º 0.95% 0.62% -
XYZ 13.42 6.32 33.31 -
YUV 57.21 185.45 169.22 -
System Red Green Blue C M Y K H S L
Decimal 115 8 159 0.28 0.95 0 0.38 282.52 0.9 0.33
Hex 73 8 9F 1C 5F 0 26 11B 5A 21
Octal 163 10 237 34 137 0 46 433 132 41
Binary 1110011 1000 10011111 11100 1011111 0 100110 100011011 1011010 100001

Color Harmonies of #73089F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73089F

Black with #73089F

Text Example


Text Example

White with #73089F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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