Html Css Color HEX #73079F Dark Magenta

📋 copy color: '#73079F'

red 115 ◦ green 7 ◦ blue 159

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

Shades of Dark Magenta #73079F

Tints of Dark Magenta #73079F

RGB

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

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

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

R = 40.93%
G = 2.49%
B = 56.58%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#73079F (or 0x73079F) is known color: Dark Magenta. HEX triplet: 73, 07 and 9F. RGB value is (115,7,159). Sum of RGB (Red+Green+Blue) = 115+7+159=281 (37% of max value = 765). Red value is 115 (45.31% from 255 or 40.93% from 281); Green value is 7 (3.12% from 255 or 2.49% from 281); Blue value is 159 (62.5% from 255 or 56.58% from 281); Max value from RGB is 159 - color contains mainly: blue. Hex color #73079F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73079F is #8CF860. Grayscale: #383838. Windows color (decimal): -9238625 or 10422131. OLE color: 10422131.

HSL color Cylindrical-coordinate representation of color #73079F: hue angle of 282.63º degrees, saturation: 0.92, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #73079F is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 7 159 -
CMYK 0.28 0.96 0 0.38
HSL 282.63º 0.92% 0.33% -
HSV(B) 282.63º 0.96% 0.62% -
XYZ 13.4 6.3 33.31 -
YUV 56.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 115 7 159 0.28 0.96 0 0.38 282.63 0.92 0.33
Hex 73 7 9F 1C 60 0 26 11B 5C 21
Octal 163 7 237 34 140 0 46 433 134 41
Binary 1110011 111 10011111 11100 1100000 0 100110 100011011 1011100 100001

Color Harmonies of #73079F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73079F

Black with #73079F

Text Example


Text Example

White with #73079F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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