Html Css Color HEX #72029B Dark Magenta

📋 copy color: '#72029B'

red 114 ◦ green 2 ◦ blue 155

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

Shades of Dark Magenta #72029B

Tints of Dark Magenta #72029B

RGB

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

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

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

R = 42.07%
G = 0.74%
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

#72029B (or 0x72029B) is known color: Dark Magenta. HEX triplet: 72, 02 and 9B. RGB value is (114,2,155). Sum of RGB (Red+Green+Blue) = 114+2+155=271 (35% of max value = 765). Red value is 114 (44.92% from 255 or 42.07% from 271); Green value is 2 (1.17% from 255 or 0.74% 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 #72029B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72029B is #8DFD64. Grayscale: #343434. Windows color (decimal): -9305445 or 10158706. OLE color: 10158706.

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

Color convert

RGB 114 2 155 -
CMYK 0.26 0.99 0 0.39
HSL 283.92º 0.97% 0.31% -
HSV(B) 283.92º 0.99% 0.61% -
XYZ 12.88 5.99 31.49 -
YUV 52.93 185.61 171.56 -
System Red Green Blue C M Y K H S L
Decimal 114 2 155 0.26 0.99 0 0.39 283.92 0.97 0.31
Hex 72 2 9B 1A 63 0 27 11C 61 1F
Octal 162 2 233 32 143 0 47 434 141 37
Binary 1110010 10 10011011 11010 1100011 0 100111 100011100 1100001 11111

Color Harmonies of #72029B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72029B

Black with #72029B

Text Example


Text Example

White with #72029B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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