Html Css Color HEX #72069E Dark Magenta

📋 copy color: '#72069E'

red 114 ◦ green 6 ◦ blue 158

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

Shades of Dark Magenta #72069E

Tints of Dark Magenta #72069E

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.16%

 BLUE value IS 158 (62.11% from 255) = 56.83%

R = 41.01%
G = 2.16%
B = 56.83%

CMYK

 C value IS 0.28

 M value IS 0.96

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72069E (or 0x72069E) is known color: Dark Magenta. HEX triplet: 72, 06 and 9E. RGB value is (114,6,158). Sum of RGB (Red+Green+Blue) = 114+6+158=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 6 (2.73% from 255 or 2.16% from 278); Blue value is 158 (62.11% from 255 or 56.83% from 278); Max value from RGB is 158 - color contains mainly: blue. Hex color #72069E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72069E is #8DF961. Grayscale: #373737. Windows color (decimal): -9304418 or 10356338. OLE color: 10356338.

HSL color Cylindrical-coordinate representation of color #72069E: hue angle of 282.63º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #72069E is Cyan = 0.28, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 6 158 -
CMYK 0.28 0.96 0 0.38
HSL 282.63º 0.93% 0.32% -
HSV(B) 282.63º 0.96% 0.62% -
XYZ 13.18 6.18 32.85 -
YUV 55.62 185.78 169.64 -
System Red Green Blue C M Y K H S L
Decimal 114 6 158 0.28 0.96 0 0.38 282.63 0.93 0.32
Hex 72 6 9E 1C 60 0 26 11B 5D 20
Octal 162 6 236 34 140 0 46 433 135 40
Binary 1110010 110 10011110 11100 1100000 0 100110 100011011 1011101 100000

Color Harmonies of #72069E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72069E

Black with #72069E

Text Example


Text Example

White with #72069E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #72069E; }

 p { color: rgb(114,6,158); }

 H1.HeaderClassName
 {
   color: #72069E;
 }
 .AnyTagClassName
 {
   color: #72069E;
 }
</style>

background-color css

<style>
 a { background-color: #72069E; }

 a { background-color: rgb(114,6,158); }

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

border-color css

<style>
 span { border-color: #72069E; }

 span { border-color: rgb(114,6,158); }

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