#720CA4

Color #720CA4 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #720CA4

Tints of Dark Magenta #720CA4

Color information

#720CA4 (or 0x720CA4) is unknown color: approx Dark Magenta. HEX triplet: 72, 0C and A4. RGB value is (114,12,164). Sum of RGB (Red+Green+Blue) = 114+12+164=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 164 (64.45% from 255 or 56.55% from 290); Max value from RGB is 164 - color contains mainly: blue. Hex color #720CA4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #720CA4 is #8DF35B. Grayscale: #3B3B3B. Windows color (decimal): -9302876 or 10751090. OLE color: 10751090.

HSL color Cylindrical-coordinate representation of color #720CA4: hue angle of 280.26º degrees, saturation: 0.86, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #720CA4 is Cyan = 0.30, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB11412164-
CMYK0.300.9300.36
HSL280.26º86.36%34.51%-
HSV(B)280.26º92.68%64.31%-
XYZ13.776.5235.65-
YUV59.83186.79166.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 164 (64.45% from 255) = 56.55%
R=39.31%
G=4.14%
B=56.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal114121640.300.9300.36280.2686.3634.51
Hex72CA41E5D0241185623
Octal162142443613504443012643
Binary111001011001010010011110101110101001001000110001010110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #720CA4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(114,12,164); }

 H1.HeaderClassName
 {
   color: #720CA4;
 }
 .AnyTagClassName
 {
   color: #720CA4;
 }
</style>
background-color css

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

 a { background-color: rgb(114,12,164); }

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

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

 span { border-color: rgb(114,12,164); }

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