#7216BD

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

Shades of Purple Heart #7216BD

Tints of Purple Heart #7216BD

Color information

#7216BD (or 0x7216BD) is unknown color: approx Purple Heart. HEX triplet: 72, 16 and BD. RGB value is (114,22,189). Sum of RGB (Red+Green+Blue) = 114+22+189=325 (43% of max value = 765). Red value is 114 (44.92% from 255 or 35.08% from 325); Green value is 22 (8.98% from 255 or 6.77% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #7216BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7216BD is #8DE942. Grayscale: #434343. Windows color (decimal): -9300291 or 12392050. OLE color: 12392050.

HSL color Cylindrical-coordinate representation of color #7216BD: hue angle of 273.05º degrees, saturation: 0.79, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7216BD is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11422189-
CMYK0.400.8800.26
HSL273.05º79.15%41.37%-
HSV(B)273.05º88.36%74.12%-
XYZ16.417.8348.79-
YUV68.55195.98160.42-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.08%
GREEN value IS 22 (8.98% from 255) = 6.77%
BLUE value IS 189 (74.22% from 255) = 58.15%
R=35.08%
G=6.77%
B=58.15%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114221890.400.8800.26273.0579.1541.37
Hex7216BD285801A1114f29
Octal162262755013003242111751
Binary1110010101101011110110100010110000110101000100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7216BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7216BD; }

 p { color: rgb(114,22,189); }

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

<style>
 a { background-color: #7216BD; }

 a { background-color: rgb(114,22,189); }

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

<style>
 span { border-color: #7216BD; }

 span { border-color: rgb(114,22,189); }

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