Html Css Color HEX #72059C Dark Magenta

📋 copy color: '#72059C'

red 114 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #72059C

Tints of Dark Magenta #72059C

RGB

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

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

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

R = 41.45%
G = 1.82%
B = 56.73%

CMYK

 C value IS 0.27

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72059C (or 0x72059C) is known color: Dark Magenta. HEX triplet: 72, 05 and 9C. RGB value is (114,5,156). Sum of RGB (Red+Green+Blue) = 114+5+156=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 5 (2.34% from 255 or 1.82% from 275); Blue value is 156 (61.33% from 255 or 56.73% from 275); Max value from RGB is 156 - color contains mainly: blue. Hex color #72059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72059C is #8DFA63. Grayscale: #363636. Windows color (decimal): -9304676 or 10225010. OLE color: 10225010.

HSL color Cylindrical-coordinate representation of color #72059C: hue angle of 283.31º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #72059C is Cyan = 0.27, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 5 156 -
CMYK 0.27 0.97 0 0.39
HSL 283.31º 0.94% 0.32% -
HSV(B) 283.31º 0.97% 0.61% -
XYZ 12.99 6.09 31.94 -
YUV 54.81 185.11 170.22 -
System Red Green Blue C M Y K H S L
Decimal 114 5 156 0.27 0.97 0 0.39 283.31 0.94 0.32
Hex 72 5 9C 1B 61 0 27 11B 5E 20
Octal 162 5 234 33 141 0 47 433 136 40
Binary 1110010 101 10011100 11011 1100001 0 100111 100011011 1011110 100000

Color Harmonies of #72059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72059C

Black with #72059C

Text Example


Text Example

White with #72059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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