#7213BC

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

Shades of Purple Heart #7213BC

Tints of Purple Heart #7213BC

Color information

#7213BC (or 0x7213BC) is unknown color: approx Purple Heart. HEX triplet: 72, 13 and BC. RGB value is (114,19,188). Sum of RGB (Red+Green+Blue) = 114+19+188=321 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.51% from 321); Green value is 19 (7.81% from 255 or 5.92% from 321); Blue value is 188 (73.83% from 255 or 58.57% from 321); Max value from RGB is 188 - color contains mainly: blue. Hex color #7213BC is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7213BC is #8DEC43. Grayscale: #424242. Windows color (decimal): -9301060 or 12325746. OLE color: 12325746.

HSL color Cylindrical-coordinate representation of color #7213BC: hue angle of 273.73º degrees, saturation: 0.82, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7213BC is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB11419188-
CMYK0.390.9000.26
HSL273.73º81.64%40.59%-
HSV(B)273.73º89.89%73.73%-
XYZ16.257.6748.2-
YUV66.67196.47161.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.51%
GREEN value IS 19 (7.81% from 255) = 5.92%
BLUE value IS 188 (73.83% from 255) = 58.57%
R=35.51%
G=5.92%
B=58.57%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114191880.390.9000.26273.7381.6440.59
Hex7213BC275A01A1125229
Octal162232744713203242212251
Binary1110010100111011110010011110110100110101000100101010010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7213BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7213BC; }

 p { color: rgb(114,19,188); }

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

<style>
 a { background-color: #7213BC; }

 a { background-color: rgb(114,19,188); }

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

<style>
 span { border-color: #7213BC; }

 span { border-color: rgb(114,19,188); }

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