Html Css Color HEX #72039C Dark Magenta

📋 copy color: '#72039C'

red 114 ◦ green 3 ◦ blue 156

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

Shades of Dark Magenta #72039C

Tints of Dark Magenta #72039C

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.1%

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

R = 41.76%
G = 1.1%
B = 57.14%

CMYK

 C value IS 0.27

 M value IS 0.98

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72039C (or 0x72039C) is known color: Dark Magenta. HEX triplet: 72, 03 and 9C. RGB value is (114,3,156). Sum of RGB (Red+Green+Blue) = 114+3+156=273 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.76% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 156 (61.33% from 255 or 57.14% from 273); Max value from RGB is 156 - color contains mainly: blue. Hex color #72039C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72039C is #8DFC63. Grayscale: #353535. Windows color (decimal): -9305188 or 10224498. OLE color: 10224498.

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

Color convert

RGB 114 3 156 -
CMYK 0.27 0.98 0 0.39
HSL 283.53º 0.96% 0.31% -
HSV(B) 283.53º 0.98% 0.61% -
XYZ 12.97 6.04 31.94 -
YUV 53.63 185.77 171.06 -
System Red Green Blue C M Y K H S L
Decimal 114 3 156 0.27 0.98 0 0.39 283.53 0.96 0.31
Hex 72 3 9C 1B 62 0 27 11C 60 1F
Octal 162 3 234 33 142 0 47 434 140 37
Binary 1110010 11 10011100 11011 1100010 0 100111 100011100 1100000 11111

Color Harmonies of #72039C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72039C

Black with #72039C

Text Example


Text Example

White with #72039C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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