Html Css Color HEX #720F9B Dark Magenta

📋 copy color: '#720F9B'

red 114 ◦ green 15 ◦ blue 155

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

Shades of Dark Magenta #720F9B

Tints of Dark Magenta #720F9B

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.28%

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

R = 40.14%
G = 5.28%
B = 54.58%

CMYK

 C value IS 0.26

 M value IS 0.90

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#720F9B (or 0x720F9B) is known color: Dark Magenta. HEX triplet: 72, 0F and 9B. RGB value is (114,15,155). Sum of RGB (Red+Green+Blue) = 114+15+155=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 15 (6.25% from 255 or 5.28% from 284); Blue value is 155 (60.94% from 255 or 54.58% from 284); Max value from RGB is 155 - color contains mainly: blue. Hex color #720F9B is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720F9B is #8DF064. Grayscale: #3C3C3C. Windows color (decimal): -9302117 or 10162034. OLE color: 10162034.

HSL color Cylindrical-coordinate representation of color #720F9B: hue angle of 282.43º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #720F9B is Cyan = 0.26, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 114 15 155 -
CMYK 0.26 0.90 0 0.39
HSL 282.43º 0.82% 0.33% -
HSV(B) 282.43º 0.9% 0.61% -
XYZ 13.03 6.29 31.54 -
YUV 60.56 181.3 166.12 -
System Red Green Blue C M Y K H S L
Decimal 114 15 155 0.26 0.90 0 0.39 282.43 0.82 0.33
Hex 72 F 9B 1A 5A 0 27 11A 52 21
Octal 162 17 233 32 132 0 47 432 122 41
Binary 1110010 1111 10011011 11010 1011010 0 100111 100011010 1010010 100001

Color Harmonies of #720F9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #720F9B

Black with #720F9B

Text Example


Text Example

White with #720F9B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #720F9B; }

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

 H1.HeaderClassName
 {
   color: #720F9B;
 }
 .AnyTagClassName
 {
   color: #720F9B;
 }
</style>

background-color css

<style>
 a { background-color: #720F9B; }

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

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

border-color css

<style>
 span { border-color: #720F9B; }

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

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