#7218B5

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

Shades of Purple Heart #7218B5

Tints of Purple Heart #7218B5

Color information

#7218B5 (or 0x7218B5) is unknown color: approx Purple Heart. HEX triplet: 72, 18 and B5. RGB value is (114,24,181). Sum of RGB (Red+Green+Blue) = 114+24+181=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 24 (9.77% from 255 or 7.52% from 319); Blue value is 181 (71.09% from 255 or 56.74% from 319); Max value from RGB is 181 - color contains mainly: blue. Hex color #7218B5 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218B5 is #8DE74A. Grayscale: #444444. Windows color (decimal): -9299787 or 11868274. OLE color: 11868274.

HSL color Cylindrical-coordinate representation of color #7218B5: hue angle of 274.39º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7218B5 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11424181-
CMYK0.370.8700.29
HSL274.39º76.59%40.2%-
HSV(B)274.39º86.74%70.98%-
XYZ15.617.5744.35-
YUV68.81191.32160.23-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 24 (9.77% from 255) = 7.52%
BLUE value IS 181 (71.09% from 255) = 56.74%
R=35.74%
G=7.52%
B=56.74%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114241810.370.8700.29274.3976.5940.2
Hex7218B5255701D1124d28
Octal162302654512703542211550
Binary1110010110001011010110010110101110111011000100101001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7218B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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