Html Css Color HEX #7200AA Dark Magenta

📋 copy color: '#7200AA'

red 114 ◦ green 0 ◦ blue 170

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

Shades of Dark Magenta #7200AA

Tints of Dark Magenta #7200AA

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 170 (66.8% from 255) = 59.86%

R = 40.14%
G = 0%
B = 59.86%

CMYK

 C value IS 0.33

 M value IS 1

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#7200AA (or 0x7200AA) is known color: Dark Magenta. HEX triplet: 72, 00 and AA. RGB value is (114,0,170). Sum of RGB (Red+Green+Blue) = 114+0+170=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 170 (66.80% from 255 or 59.86% from 284); Max value from RGB is 170 - color contains mainly: blue. Hex color #7200AA is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7200AA is #8DFF55. Grayscale: #343434. Windows color (decimal): -9305942 or 11141234. OLE color: 11141234.

HSL color Cylindrical-coordinate representation of color #7200AA: hue angle of 280.24º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #7200AA is Cyan = 0.33, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 114 0 170 -
CMYK 0.33 1 0 0.33
HSL 280.24º 1% 0.33% -
HSV(B) 280.24º 1% 0.67% -
XYZ 14.2 6.48 38.53 -
YUV 53.47 193.77 171.18 -
System Red Green Blue C M Y K H S L
Decimal 114 0 170 0.33 1 0 0.33 280.24 1 0.33
Hex 72 0 AA 21 64 0 21 118 64 21
Octal 162 0 252 41 144 0 41 430 144 41
Binary 1110010 0 10101010 100001 1100100 0 100001 100011000 1100100 100001

Color Harmonies of #7200AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7200AA

Black with #7200AA

Text Example


Text Example

White with #7200AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7200AA; }

 p { color: rgb(114,0,170); }

 H1.HeaderClassName
 {
   color: #7200AA;
 }
 .AnyTagClassName
 {
   color: #7200AA;
 }
</style>

background-color css

<style>
 a { background-color: #7200AA; }

 a { background-color: rgb(114,0,170); }

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

border-color css

<style>
 span { border-color: #7200AA; }

 span { border-color: rgb(114,0,170); }

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