#7216BB

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

Shades of Purple Heart #7216BB

Tints of Purple Heart #7216BB

Color information

#7216BB (or 0x7216BB) is unknown color: approx Purple Heart. HEX triplet: 72, 16 and BB. RGB value is (114,22,187). Sum of RGB (Red+Green+Blue) = 114+22+187=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 22 (8.98% from 255 or 6.81% from 323); Blue value is 187 (73.44% from 255 or 57.89% from 323); Max value from RGB is 187 - color contains mainly: blue. Hex color #7216BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7216BB is #8DE944. Grayscale: #434343. Windows color (decimal): -9300293 or 12260978. OLE color: 12260978.

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

Color convert

RGB11422187-
CMYK0.390.8800.27
HSL273.45º78.95%40.98%-
HSV(B)273.45º88.24%73.33%-
XYZ16.27.7447.65-
YUV68.32194.98160.58-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 22 (8.98% from 255) = 6.81%
BLUE value IS 187 (73.44% from 255) = 57.89%
R=35.29%
G=6.81%
B=57.89%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114221870.390.8800.27273.4578.9540.98
Hex7216BB275801B1114f29
Octal162262734713003342111751
Binary1110010101101011101110011110110000110111000100011001111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7216BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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