#7216B1

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

Shades of Purple Heart #7216B1

Tints of Purple Heart #7216B1

Color information

#7216B1 (or 0x7216B1) is unknown color: approx Purple Heart. HEX triplet: 72, 16 and B1. RGB value is (114,22,177). Sum of RGB (Red+Green+Blue) = 114+22+177=313 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.42% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 177 (69.53% from 255 or 56.55% from 313); Max value from RGB is 177 - color contains mainly: blue. Hex color #7216B1 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #7216B1 is #8DE94E. Grayscale: #424242. Windows color (decimal): -9300303 or 11605618. OLE color: 11605618.

HSL color Cylindrical-coordinate representation of color #7216B1: hue angle of 275.61º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7216B1 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB11422177-
CMYK0.360.8800.31
HSL275.61º77.89%39.02%-
HSV(B)275.61º87.57%69.41%-
XYZ15.167.3342.21-
YUV67.18189.98161.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.42%
GREEN value IS 22 (8.98% from 255) = 7.03%
BLUE value IS 177 (69.53% from 255) = 56.55%
R=36.42%
G=7.03%
B=56.55%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal114221770.360.8800.31275.6177.8939.02
Hex7216B1245801F1144e27
Octal162262614413003742411647
Binary1110010101101011000110010010110000111111000101001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7216B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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