#7218C5

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

Shades of Purple Heart #7218C5

Tints of Purple Heart #7218C5

Color information

#7218C5 (or 0x7218C5) is unknown color: approx Purple Heart. HEX triplet: 72, 18 and C5. RGB value is (114,24,197). Sum of RGB (Red+Green+Blue) = 114+24+197=335 (44% of max value = 765). Red value is 114 (44.92% from 255 or 34.03% from 335); Green value is 24 (9.77% from 255 or 7.16% from 335); Blue value is 197 (77.34% from 255 or 58.81% from 335); Max value from RGB is 197 - color contains mainly: blue. Hex color #7218C5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218C5 is #8DE73A. Grayscale: #464646. Windows color (decimal): -9299771 or 12916850. OLE color: 12916850.

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

Color convert

RGB11424197-
CMYK0.420.8800.23
HSL271.21º78.28%43.33%-
HSV(B)271.21º87.82%77.25%-
XYZ17.348.2653.5-
YUV70.63199.32158.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.03%
GREEN value IS 24 (9.77% from 255) = 7.16%
BLUE value IS 197 (77.34% from 255) = 58.81%
R=34.03%
G=7.16%
B=58.81%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal114241970.420.8800.23271.2178.2843.33
Hex7218C52A5801710f4e2b
Octal162303055213002741711653
Binary1110010110001100010110101010110000101111000011111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7218C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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