#7216C3

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

Shades of Purple Heart #7216C3

Tints of Purple Heart #7216C3

Color information

#7216C3 (or 0x7216C3) is unknown color: approx Purple Heart. HEX triplet: 72, 16 and C3. RGB value is (114,22,195). Sum of RGB (Red+Green+Blue) = 114+22+195=331 (43% of max value = 765). Red value is 114 (44.92% from 255 or 34.44% from 331); Green value is 22 (8.98% from 255 or 6.65% from 331); Blue value is 195 (76.56% from 255 or 58.91% from 331); Max value from RGB is 195 - color contains mainly: blue. Hex color #7216C3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7216C3 is #8DE93C. Grayscale: #444444. Windows color (decimal): -9300285 or 12785266. OLE color: 12785266.

HSL color Cylindrical-coordinate representation of color #7216C3: hue angle of 271.91º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7216C3 is Cyan = 0.42, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB11422195-
CMYK0.420.8900.24
HSL271.91º79.72%42.55%-
HSV(B)271.91º88.72%76.47%-
XYZ17.088.0952.29-
YUV69.23198.98159.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 34.44%
GREEN value IS 22 (8.98% from 255) = 6.65%
BLUE value IS 195 (76.56% from 255) = 58.91%
R=34.44%
G=6.65%
B=58.91%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal114221950.420.8900.24271.9179.7242.55
Hex7216C32A59018110502b
Octal162263035213103042012053
Binary1110010101101100001110101010110010110001000100001010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7216C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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