#7208A5

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

Shades of Dark Magenta #7208A5

Tints of Dark Magenta #7208A5

Color information

#7208A5 (or 0x7208A5) is unknown color: approx Dark Magenta. HEX triplet: 72, 08 and A5. RGB value is (114,8,165). Sum of RGB (Red+Green+Blue) = 114+8+165=287 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.72% from 287); Green value is 8 (3.52% from 255 or 2.79% from 287); Blue value is 165 (64.84% from 255 or 57.49% from 287); Max value from RGB is 165 - color contains mainly: blue. Hex color #7208A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7208A5 is #8DF75A. Grayscale: #393939. Windows color (decimal): -9303899 or 10815602. OLE color: 10815602.

HSL color Cylindrical-coordinate representation of color #7208A5: hue angle of 280.51º degrees, saturation: 0.91, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7208A5 is Cyan = 0.31, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB1148165-
CMYK0.310.9500.35
HSL280.51º90.75%33.92%-
HSV(B)280.51º95.15%64.71%-
XYZ13.826.4736.12-
YUV57.59188.62168.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.72%
GREEN value IS 8 (3.52% from 255) = 2.79%
BLUE value IS 165 (64.84% from 255) = 57.49%
R=39.72%
G=2.79%
B=57.49%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal11481650.310.9500.35280.5190.7533.92
Hex728A51F5F0231195b22
Octal162102453713704343113342
Binary111001010001010010111111101111101000111000110011011011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7208A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7208A5; }

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

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

<style>
 a { background-color: #7208A5; }

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

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

<style>
 span { border-color: #7208A5; }

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

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