Html Css Color HEX #73019B Dark Magenta

📋 copy color: '#73019B'

red 115 ◦ green 1 ◦ blue 155

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

Shades of Dark Magenta #73019B

Tints of Dark Magenta #73019B

RGB

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

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

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

R = 42.44%
G = 0.37%
B = 57.2%

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

#73019B (or 0x73019B) is known color: Dark Magenta. HEX triplet: 73, 01 and 9B. RGB value is (115,1,155). Sum of RGB (Red+Green+Blue) = 115+1+155=271 (35% of max value = 765). Red value is 115 (45.31% from 255 or 42.44% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 155 (60.94% from 255 or 57.20% from 271); Max value from RGB is 155 - color contains mainly: blue. Hex color #73019B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #73019B is #8CFE64. Grayscale: #343434. Windows color (decimal): -9240165 or 10158451. OLE color: 10158451.

HSL color Cylindrical-coordinate representation of color #73019B: hue angle of 284.42º 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 #73019B is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 115 1 155 -
CMYK 0.26 0.99 0 0.39
HSL 284.42º 0.99% 0.31% -
HSV(B) 284.42º 0.99% 0.61% -
XYZ 13 6.03 31.49 -
YUV 52.64 185.77 172.48 -
System Red Green Blue C M Y K H S L
Decimal 115 1 155 0.26 0.99 0 0.39 284.42 0.99 0.31
Hex 73 1 9B 1A 63 0 27 11C 63 1F
Octal 163 1 233 32 143 0 47 434 143 37
Binary 1110011 1 10011011 11010 1100011 0 100111 100011100 1100011 11111

Color Harmonies of #73019B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #73019B

Black with #73019B

Text Example


Text Example

White with #73019B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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