#7215BD

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

Shades of Purple Heart #7215BD

Tints of Purple Heart #7215BD

Color information

#7215BD (or 0x7215BD) is unknown color: approx Purple Heart. HEX triplet: 72, 15 and BD. RGB value is (114,21,189). Sum of RGB (Red+Green+Blue) = 114+21+189=324 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.19% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 189 (74.22% from 255 or 58.33% from 324); Max value from RGB is 189 - color contains mainly: blue. Hex color #7215BD is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7215BD is #8DEA42. Grayscale: #434343. Windows color (decimal): -9300547 or 12391794. OLE color: 12391794.

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

Color convert

RGB11421189-
CMYK0.400.8900.26
HSL273.21º80%41.18%-
HSV(B)273.21º88.89%74.12%-
XYZ16.397.7948.78-
YUV67.96196.31160.84-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.19%
GREEN value IS 21 (8.59% from 255) = 6.48%
BLUE value IS 189 (74.22% from 255) = 58.33%
R=35.19%
G=6.48%
B=58.33%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114211890.400.8900.26273.218041.18
Hex7215BD285901A1115029
Octal162252755013103242112051
Binary1110010101011011110110100010110010110101000100011010000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7215BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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