Html Css Color HEX #72029C Dark Magenta

📋 copy color: '#72029C'

red 114 ◦ green 2 ◦ blue 156

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

Shades of Dark Magenta #72029C

Tints of Dark Magenta #72029C

RGB

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

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

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

R = 41.91%
G = 0.74%
B = 57.35%

CMYK

 C value IS 0.27

 M value IS 0.99

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72029C (or 0x72029C) is known color: Dark Magenta. HEX triplet: 72, 02 and 9C. RGB value is (114,2,156). Sum of RGB (Red+Green+Blue) = 114+2+156=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 2 (1.17% from 255 or 0.74% 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 #72029C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029C is #8DFD63. Grayscale: #343434. Windows color (decimal): -9305444 or 10224242. OLE color: 10224242.

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

Color convert

RGB 114 2 156 -
CMYK 0.27 0.99 0 0.39
HSL 283.64º 0.97% 0.31% -
HSV(B) 283.64º 0.99% 0.61% -
XYZ 12.96 6.02 31.93 -
YUV 53.04 186.11 171.48 -
System Red Green Blue C M Y K H S L
Decimal 114 2 156 0.27 0.99 0 0.39 283.64 0.97 0.31
Hex 72 2 9C 1B 63 0 27 11C 61 1F
Octal 162 2 234 33 143 0 47 434 141 37
Binary 1110010 10 10011100 11011 1100011 0 100111 100011100 1100001 11111

Color Harmonies of #72029C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72029C

Black with #72029C

Text Example


Text Example

White with #72029C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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