Html Css Color HEX #72019D Dark Magenta

📋 copy color: '#72019D'

red 114 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #72019D

Tints of Dark Magenta #72019D

RGB

 RED value IS 114 (44.92% from 255) = 41.91%

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

 BLUE value IS 157 (61.72% from 255) = 57.72%

R = 41.91%
G = 0.37%
B = 57.72%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72019D (or 0x72019D) is known color: Dark Magenta. HEX triplet: 72, 01 and 9D. RGB value is (114,1,157). Sum of RGB (Red+Green+Blue) = 114+1+157=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 1 (0.78% from 255 or 0.37% from 272); Blue value is 157 (61.72% from 255 or 57.72% from 272); Max value from RGB is 157 - color contains mainly: blue. Hex color #72019D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72019D is #8DFE62. Grayscale: #343434. Windows color (decimal): -9305699 or 10289522. OLE color: 10289522.

HSL color Cylindrical-coordinate representation of color #72019D: hue angle of 283.46º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72019D is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 1 157 -
CMYK 0.27 0.99 0 0.38
HSL 283.46º 0.99% 0.31% -
HSV(B) 283.46º 0.99% 0.62% -
XYZ 13.04 6.03 32.38 -
YUV 52.57 186.94 171.82 -
System Red Green Blue C M Y K H S L
Decimal 114 1 157 0.27 0.99 0 0.38 283.46 0.99 0.31
Hex 72 1 9D 1B 63 0 26 11B 63 1F
Octal 162 1 235 33 143 0 46 433 143 37
Binary 1110010 1 10011101 11011 1100011 0 100110 100011011 1100011 11111

Color Harmonies of #72019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72019D

Black with #72019D

Text Example


Text Example

White with #72019D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72019D; }

 p { color: rgb(114,1,157); }

 H1.HeaderClassName
 {
   color: #72019D;
 }
 .AnyTagClassName
 {
   color: #72019D;
 }
</style>

background-color css

<style>
 a { background-color: #72019D; }

 a { background-color: rgb(114,1,157); }

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

border-color css

<style>
 span { border-color: #72019D; }

 span { border-color: rgb(114,1,157); }

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