#7214D0

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

Shades of Purple Heart #7214D0

Tints of Purple Heart #7214D0

Color information

#7214D0 (or 0x7214D0) is unknown color: approx Purple Heart. HEX triplet: 72, 14 and D0. RGB value is (114,20,208). Sum of RGB (Red+Green+Blue) = 114+20+208=342 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.33% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 208 (81.64% from 255 or 60.82% from 342); Max value from RGB is 208 - color contains mainly: blue. Hex color #7214D0 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7214D0 is #8DEB2F. Grayscale: #444444. Windows color (decimal): -9300784 or 13636722. OLE color: 13636722.

HSL color Cylindrical-coordinate representation of color #7214D0: hue angle of 270º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7214D0 is Cyan = 0.45, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB11420208-
CMYK0.450.9000.18
HSL270º82.46%44.71%-
HSV(B)270º90.38%81.57%-
XYZ18.578.6360.36-
YUV69.54206.14159.71-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 208 (81.64% from 255) = 60.82%
R=33.33%
G=5.85%
B=60.82%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal114202080.450.9000.1827082.4644.71
Hex7214D02D5A01210e522d
Octal162243205513202241612255
Binary1110010101001101000010110110110100100101000011101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7214D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7214D0; }

 p { color: rgb(114,20,208); }

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

<style>
 a { background-color: #7214D0; }

 a { background-color: rgb(114,20,208); }

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

<style>
 span { border-color: #7214D0; }

 span { border-color: rgb(114,20,208); }

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