#72029B

Color #72029B Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #72029B

Tints of Dark Magenta #72029B

Color information

#72029B (or 0x72029B) is unknown color: approx 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

RGB1142155-
CMYK0.260.9900.39
HSL283.92º97.45%30.78%-
HSV(B)283.92º98.71%60.78%-
XYZ12.885.9931.49-
YUV52.93185.61171.56-

RGB Variations

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

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.20%
R=42.07%
G=0.74%
B=57.20%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal11421550.260.9900.39283.9297.4530.78
Hex7229B1A6302711c611f
Octal16222333214304743414137
Binary111001010100110111101011000110100111100011100110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72029B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>