Html Css Color HEX #72029A Dark Magenta

📋 copy color: '#72029A'

red 114 ◦ green 2 ◦ blue 154

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

Shades of Dark Magenta #72029A

Tints of Dark Magenta #72029A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 57.04%

R = 42.22%
G = 0.74%
B = 57.04%

CMYK

 C value IS 0.26

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72029A (or 0x72029A) is known color: Dark Magenta. HEX triplet: 72, 02 and 9A. RGB value is (114,2,154). Sum of RGB (Red+Green+Blue) = 114+2+154=270 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.22% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 154 (60.55% from 255 or 57.04% from 270); Max value from RGB is 154 - color contains mainly: blue. Hex color #72029A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029A is #8DFD65. Grayscale: #343434. Windows color (decimal): -9305446 or 10093170. OLE color: 10093170.

HSL color Cylindrical-coordinate representation of color #72029A: hue angle of 284.21º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #72029A is Cyan = 0.26, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 2 154 -
CMYK 0.26 0.99 0 0.40
HSL 284.21º 0.97% 0.31% -
HSV(B) 284.21º 0.99% 0.6% -
XYZ 12.79 5.95 31.05 -
YUV 52.82 185.11 171.64 -
System Red Green Blue C M Y K H S L
Decimal 114 2 154 0.26 0.99 0 0.40 284.21 0.97 0.31
Hex 72 2 9A 1A 63 0 28 11C 61 1F
Octal 162 2 232 32 143 0 50 434 141 37
Binary 1110010 10 10011010 11010 1100011 0 101000 100011100 1100001 11111

Color Harmonies of #72029A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72029A

Black with #72029A

Text Example


Text Example

White with #72029A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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