#7211C2

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

Shades of Purple Heart #7211C2

Tints of Purple Heart #7211C2

Color information

#7211C2 (or 0x7211C2) is unknown color: approx Purple Heart. HEX triplet: 72, 11 and C2. RGB value is (114,17,194). Sum of RGB (Red+Green+Blue) = 114+17+194=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 17 (7.03% from 255 or 5.23% from 325); Blue value is 194 (76.17% from 255 or 59.69% from 325); Max value from RGB is 194 - color contains mainly: blue. Hex color #7211C2 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7211C2 is #8DEE3D. Grayscale: #414141. Windows color (decimal): -9301566 or 12718450. OLE color: 12718450.

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

Color convert

RGB11417194-
CMYK0.410.9100.24
HSL272.88º83.89%41.37%-
HSV(B)272.88º91.24%76.08%-
XYZ16.887.8751.67-
YUV66.18200.14162.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 17 (7.03% from 255) = 5.23%
BLUE value IS 194 (76.17% from 255) = 59.69%
R=35.08%
G=5.23%
B=59.69%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114171940.410.9100.24272.8883.8941.37
Hex7211C2295B0181115429
Octal162213025113303042112451
Binary1110010100011100001010100110110110110001000100011010100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7211C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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