#7229BD

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

Shades of Purple Heart #7229BD

Tints of Purple Heart #7229BD

Color information

#7229BD (or 0x7229BD) is unknown color: approx Purple Heart. HEX triplet: 72, 29 and BD. RGB value is (114,41,189). Sum of RGB (Red+Green+Blue) = 114+41+189=344 (45% of max value = 765). Red value is 114 (44.92% from 255 or 33.14% from 344); Green value is 41 (16.41% from 255 or 11.92% from 344); Blue value is 189 (74.22% from 255 or 54.94% from 344); Max value from RGB is 189 - color contains mainly: blue. Hex color #7229BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229BD is #8DD642. Grayscale: #4F4F4F. Windows color (decimal): -9295427 or 12396914. OLE color: 12396914.

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

Color convert

RGB11441189-
CMYK0.400.7800.26
HSL269.59º64.35%45.1%-
HSV(B)269.59º78.31%74.12%-
XYZ16.928.8448.96-
YUV79.7189.68152.47-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.14%
GREEN value IS 41 (16.41% from 255) = 11.92%
BLUE value IS 189 (74.22% from 255) = 54.94%
R=33.14%
G=11.92%
B=54.94%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114411890.400.7800.26269.5964.3545.1
Hex7229BD284E01A10e402d
Octal162512755011603241610055
Binary11100101010011011110110100010011100110101000011101000000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7229BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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