Html Css Color HEX #73019C Dark Magenta

📋 copy color: '#73019C'

red 115 ◦ green 1 ◦ blue 156

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

Shades of Dark Magenta #73019C

Tints of Dark Magenta #73019C

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

 BLUE value IS 156 (61.33% from 255) = 57.35%

R = 42.28%
G = 0.37%
B = 57.35%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#73019C (or 0x73019C) is known color: Dark Magenta. HEX triplet: 73, 01 and 9C. RGB value is (115,1,156). Sum of RGB (Red+Green+Blue) = 115+1+156=272 (36% of max value = 765). Red value is 115 (45.31% from 255 or 42.28% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 156 (61.33% from 255 or 57.35% from 272); Max value from RGB is 156 - color contains mainly: blue. Hex color #73019C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73019C is #8CFE63. Grayscale: #343434. Windows color (decimal): -9240164 or 10223987. OLE color: 10223987.

HSL color Cylindrical-coordinate representation of color #73019C: hue angle of 284.13º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #73019C is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 1 156 -
CMYK 0.26 0.99 0 0.39
HSL 284.13º 0.99% 0.31% -
HSV(B) 284.13º 0.99% 0.61% -
XYZ 13.08 6.07 31.93 -
YUV 52.76 186.27 172.4 -
System Red Green Blue C M Y K H S L
Decimal 115 1 156 0.26 0.99 0 0.39 284.13 0.99 0.31
Hex 73 1 9C 1A 63 0 27 11C 63 1F
Octal 163 1 234 32 143 0 47 434 143 37
Binary 1110011 1 10011100 11010 1100011 0 100111 100011100 1100011 11111

Color Harmonies of #73019C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73019C

Black with #73019C

Text Example


Text Example

White with #73019C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #73019C; }

 p { color: rgb(115,1,156); }

 H1.HeaderClassName
 {
   color: #73019C;
 }
 .AnyTagClassName
 {
   color: #73019C;
 }
</style>

background-color css

<style>
 a { background-color: #73019C; }

 a { background-color: rgb(115,1,156); }

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

border-color css

<style>
 span { border-color: #73019C; }

 span { border-color: rgb(115,1,156); }

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