#7215B3

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

Shades of Purple Heart #7215B3

Tints of Purple Heart #7215B3

Color information

#7215B3 (or 0x7215B3) is unknown color: approx Purple Heart. HEX triplet: 72, 15 and B3. RGB value is (114,21,179). Sum of RGB (Red+Green+Blue) = 114+21+179=314 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.31% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 179 (70.31% from 255 or 57.01% from 314); Max value from RGB is 179 - color contains mainly: blue. Hex color #7215B3 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215B3 is #8DEA4C. Grayscale: #424242. Windows color (decimal): -9300557 or 11736434. OLE color: 11736434.

HSL color Cylindrical-coordinate representation of color #7215B3: hue angle of 275.32º degrees, saturation: 0.79, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #7215B3 is Cyan = 0.36, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB11421179-
CMYK0.360.8800.30
HSL275.32º79%39.22%-
HSV(B)275.32º88.27%70.2%-
XYZ15.347.3743.26-
YUV66.82191.31161.65-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.31%
GREEN value IS 21 (8.59% from 255) = 6.69%
BLUE value IS 179 (70.31% from 255) = 57.01%
R=36.31%
G=6.69%
B=57.01%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal114211790.360.8800.30275.327939.22
Hex7215B3245801E1134f27
Octal162252634413003642311747
Binary1110010101011011001110010010110000111101000100111001111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7215B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7215B3; }

 p { color: rgb(114,21,179); }

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

<style>
 a { background-color: #7215B3; }

 a { background-color: rgb(114,21,179); }

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

<style>
 span { border-color: #7215B3; }

 span { border-color: rgb(114,21,179); }

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