#7218CC

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

Shades of Purple Heart #7218CC

Tints of Purple Heart #7218CC

Color information

#7218CC (or 0x7218CC) is unknown color: approx Purple Heart. HEX triplet: 72, 18 and CC. RGB value is (114,24,204). Sum of RGB (Red+Green+Blue) = 114+24+204=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 24 (9.77% from 255 or 7.02% from 342); Blue value is 204 (80.08% from 255 or 59.65% from 342); Max value from RGB is 204 - color contains mainly: blue. Hex color #7218CC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7218CC is #8DE733. Grayscale: #464646. Windows color (decimal): -9299764 or 13375602. OLE color: 13375602.

HSL color Cylindrical-coordinate representation of color #7218CC: hue angle of 270º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7218CC is Cyan = 0.44, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB11424204-
CMYK0.440.8800.2
HSL270º78.95%44.71%-
HSV(B)270º88.24%80%-
XYZ18.178.5957.83-
YUV71.43202.82158.36-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 24 (9.77% from 255) = 7.02%
BLUE value IS 204 (80.08% from 255) = 59.65%
R=33.33%
G=7.02%
B=59.65%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal114242040.440.8800.227078.9544.71
Hex7218CC2C5801410e4f2d
Octal162303145413002441611755
Binary1110010110001100110010110010110000101001000011101001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7218CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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