Html Css Color HEX #72029D Dark Magenta

📋 copy color: '#72029D'

red 114 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #72029D

Tints of Dark Magenta #72029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 41.76%
G = 0.73%
B = 57.51%

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

#72029D (or 0x72029D) is known color: Dark Magenta. HEX triplet: 72, 02 and 9D. RGB value is (114,2,157). Sum of RGB (Red+Green+Blue) = 114+2+157=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 157 (61.72% from 255 or 57.51% from 273); Max value from RGB is 157 - color contains mainly: blue. Hex color #72029D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029D is #8DFD62. Grayscale: #343434. Windows color (decimal): -9305443 or 10289778. OLE color: 10289778.

HSL color Cylindrical-coordinate representation of color #72029D: hue angle of 283.35º degrees, saturation: 0.97, 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 #72029D is Cyan = 0.27, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 2 157 -
CMYK 0.27 0.99 0 0.38
HSL 283.35º 0.97% 0.31% -
HSV(B) 283.35º 0.99% 0.62% -
XYZ 13.05 6.06 32.38 -
YUV 53.16 186.61 171.4 -
System Red Green Blue C M Y K H S L
Decimal 114 2 157 0.27 0.99 0 0.38 283.35 0.97 0.31
Hex 72 2 9D 1B 63 0 26 11B 61 1F
Octal 162 2 235 33 143 0 46 433 141 37
Binary 1110010 10 10011101 11011 1100011 0 100110 100011011 1100001 11111

Color Harmonies of #72029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72029D

Black with #72029D

Text Example


Text Example

White with #72029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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