Html Css Color HEX #72089E Dark Magenta

📋 copy color: '#72089E'

red 114 ◦ green 8 ◦ blue 158

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

Shades of Dark Magenta #72089E

Tints of Dark Magenta #72089E

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

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

R = 40.71%
G = 2.86%
B = 56.43%

CMYK

 C value IS 0.28

 M value IS 0.95

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#72089E (or 0x72089E) is known color: Dark Magenta. HEX triplet: 72, 08 and 9E. RGB value is (114,8,158). Sum of RGB (Red+Green+Blue) = 114+8+158=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 158 (62.11% from 255 or 56.43% from 280); Max value from RGB is 158 - color contains mainly: blue. Hex color #72089E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72089E is #8DF761. Grayscale: #383838. Windows color (decimal): -9303906 or 10356850. OLE color: 10356850.

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

Color convert

RGB 114 8 158 -
CMYK 0.28 0.95 0 0.38
HSL 282.4º 0.9% 0.33% -
HSV(B) 282.4º 0.95% 0.62% -
XYZ 13.2 6.22 32.85 -
YUV 56.79 185.12 168.8 -
System Red Green Blue C M Y K H S L
Decimal 114 8 158 0.28 0.95 0 0.38 282.4 0.9 0.33
Hex 72 8 9E 1C 5F 0 26 11A 5A 21
Octal 162 10 236 34 137 0 46 432 132 41
Binary 1110010 1000 10011110 11100 1011111 0 100110 100011010 1011010 100001

Color Harmonies of #72089E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72089E

Black with #72089E

Text Example


Text Example

White with #72089E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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