#7212BB

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

Shades of Purple Heart #7212BB

Tints of Purple Heart #7212BB

Color information

#7212BB (or 0x7212BB) is unknown color: approx Purple Heart. HEX triplet: 72, 12 and BB. RGB value is (114,18,187). Sum of RGB (Red+Green+Blue) = 114+18+187=319 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.74% from 319); Green value is 18 (7.42% from 255 or 5.64% from 319); Blue value is 187 (73.44% from 255 or 58.62% from 319); Max value from RGB is 187 - color contains mainly: blue. Hex color #7212BB is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7212BB is #8DED44. Grayscale: #414141. Windows color (decimal): -9301317 or 12259954. OLE color: 12259954.

HSL color Cylindrical-coordinate representation of color #7212BB: hue angle of 274.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7212BB is Cyan = 0.39, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB11418187-
CMYK0.390.9000.27
HSL274.08º82.44%40.2%-
HSV(B)274.08º90.37%73.33%-
XYZ16.137.647.63-
YUV65.97196.3162.26-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.74%
GREEN value IS 18 (7.42% from 255) = 5.64%
BLUE value IS 187 (73.44% from 255) = 58.62%
R=35.74%
G=5.64%
B=58.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal114181870.390.9000.27274.0882.4440.2
Hex7212BB275A01B1125228
Octal162222734713203342212250
Binary1110010100101011101110011110110100110111000100101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7212BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7212BB; }

 p { color: rgb(114,18,187); }

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

<style>
 a { background-color: #7212BB; }

 a { background-color: rgb(114,18,187); }

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

<style>
 span { border-color: #7212BB; }

 span { border-color: rgb(114,18,187); }

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