#7228BF

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

Shades of Purple Heart #7228BF

Tints of Purple Heart #7228BF

Color information

#7228BF (or 0x7228BF) is unknown color: approx Purple Heart. HEX triplet: 72, 28 and BF. RGB value is (114,40,191). Sum of RGB (Red+Green+Blue) = 114+40+191=345 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.04% from 345); Green value is 40 (16.02% from 255 or 11.59% from 345); Blue value is 191 (75% from 255 or 55.36% from 345); Max value from RGB is 191 - color contains mainly: blue. Hex color #7228BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7228BF is #8DD740. Grayscale: #4E4E4E. Windows color (decimal): -9295681 or 12527730. OLE color: 12527730.

HSL color Cylindrical-coordinate representation of color #7228BF: hue angle of 269.4º degrees, saturation: 0.65, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7228BF is Cyan = 0.40, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11440191-
CMYK0.400.7900.25
HSL269.4º65.37%45.29%-
HSV(B)269.4º79.06%74.9%-
XYZ17.18.8650.1-
YUV79.34191.02152.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.04%
GREEN value IS 40 (16.02% from 255) = 11.59%
BLUE value IS 191 (75% from 255) = 55.36%
R=33.04%
G=11.59%
B=55.36%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal114401910.400.7900.25269.465.3745.29
Hex7228BF284F01910d412d
Octal162502775011703141510155
Binary11100101010001011111110100010011110110011000011011000001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7228BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7228BF; }

 p { color: rgb(114,40,191); }

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

<style>
 a { background-color: #7228BF; }

 a { background-color: rgb(114,40,191); }

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

<style>
 span { border-color: #7228BF; }

 span { border-color: rgb(114,40,191); }

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