Html Css Color HEX #72089B Dark Magenta

📋 copy color: '#72089B'

red 114 ◦ green 8 ◦ blue 155

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

Shades of Dark Magenta #72089B

Tints of Dark Magenta #72089B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 55.96%

R = 41.16%
G = 2.89%
B = 55.96%

CMYK

 C value IS 0.26

 M value IS 0.95

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#72089B (or 0x72089B) is known color: Dark Magenta. HEX triplet: 72, 08 and 9B. RGB value is (114,8,155). Sum of RGB (Red+Green+Blue) = 114+8+155=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 155 (60.94% from 255 or 55.96% from 277); Max value from RGB is 155 - color contains mainly: blue. Hex color #72089B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #72089B is #8DF764. Grayscale: #373737. Windows color (decimal): -9303909 or 10160242. OLE color: 10160242.

HSL color Cylindrical-coordinate representation of color #72089B: hue angle of 283.27º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #72089B is Cyan = 0.26, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 8 155 -
CMYK 0.26 0.95 0 0.39
HSL 283.27º 0.9% 0.32% -
HSV(B) 283.27º 0.95% 0.61% -
XYZ 12.94 6.12 31.51 -
YUV 56.45 183.62 169.05 -
System Red Green Blue C M Y K H S L
Decimal 114 8 155 0.26 0.95 0 0.39 283.27 0.9 0.32
Hex 72 8 9B 1A 5F 0 27 11B 5A 20
Octal 162 10 233 32 137 0 47 433 132 40
Binary 1110010 1000 10011011 11010 1011111 0 100111 100011011 1011010 100000

Color Harmonies of #72089B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #72089B

Black with #72089B

Text Example


Text Example

White with #72089B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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