Html Css Color HEX #72059A Dark Magenta

📋 copy color: '#72059A'

red 114 ◦ green 5 ◦ blue 154

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

Shades of Dark Magenta #72059A

Tints of Dark Magenta #72059A

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.83%

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

R = 41.76%
G = 1.83%
B = 56.41%

CMYK

 C value IS 0.26

 M value IS 0.97

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#72059A (or 0x72059A) is known color: Dark Magenta. HEX triplet: 72, 05 and 9A. RGB value is (114,5,154). Sum of RGB (Red+Green+Blue) = 114+5+154=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 5 (2.34% from 255 or 1.83% from 273); Blue value is 154 (60.55% from 255 or 56.41% from 273); Max value from RGB is 154 - color contains mainly: blue. Hex color #72059A is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72059A is #8DFA65. Grayscale: #363636. Windows color (decimal): -9304678 or 10093938. OLE color: 10093938.

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

Color convert

RGB 114 5 154 -
CMYK 0.26 0.97 0 0.40
HSL 283.89º 0.94% 0.31% -
HSV(B) 283.89º 0.97% 0.6% -
XYZ 12.83 6.02 31.06 -
YUV 54.58 184.11 170.38 -
System Red Green Blue C M Y K H S L
Decimal 114 5 154 0.26 0.97 0 0.40 283.89 0.94 0.31
Hex 72 5 9A 1A 61 0 28 11C 5E 1F
Octal 162 5 232 32 141 0 50 434 136 37
Binary 1110010 101 10011010 11010 1100001 0 101000 100011100 1011110 11111

Color Harmonies of #72059A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72059A

Black with #72059A

Text Example


Text Example

White with #72059A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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