#7211C5

Color #7211C5 Purple Heart (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Purple Heart #7211C5

Tints of Purple Heart #7211C5

Color information

#7211C5 (or 0x7211C5) is unknown color: approx Purple Heart. HEX triplet: 72, 11 and C5. RGB value is (114,17,197). Sum of RGB (Red+Green+Blue) = 114+17+197=328 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.76% from 328); Green value is 17 (7.03% from 255 or 5.18% from 328); Blue value is 197 (77.34% from 255 or 60.06% from 328); Max value from RGB is 197 - color contains mainly: blue. Hex color #7211C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7211C5 is #8DEE3A. Grayscale: #414141. Windows color (decimal): -9301563 or 12915058. OLE color: 12915058.

HSL color Cylindrical-coordinate representation of color #7211C5: hue angle of 272.33º degrees, saturation: 0.84, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #7211C5 is Cyan = 0.42, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB11417197-
CMYK0.420.9100.23
HSL272.33º84.11%41.96%-
HSV(B)272.33º91.37%77.25%-
XYZ17.228.0153.46-
YUV66.52201.64161.86-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.76%
GREEN value IS 17 (7.03% from 255) = 5.18%
BLUE value IS 197 (77.34% from 255) = 60.06%
R=34.76%
G=5.18%
B=60.06%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114171970.420.9100.23272.3384.1141.96
Hex7211C52A5B017110542a
Octal162213055213302742012452
Binary1110010100011100010110101010110110101111000100001010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7211C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7211C5; }

 p { color: rgb(114,17,197); }

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

<style>
 a { background-color: #7211C5; }

 a { background-color: rgb(114,17,197); }

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

<style>
 span { border-color: #7211C5; }

 span { border-color: rgb(114,17,197); }

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