#7229D7

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

Shades of Purple Heart #7229D7

Tints of Purple Heart #7229D7

Color information

#7229D7 (or 0x7229D7) is unknown color: approx Purple Heart. HEX triplet: 72, 29 and D7. RGB value is (114,41,215). Sum of RGB (Red+Green+Blue) = 114+41+215=370 (49% of max value = 765). Red value is 114 (44.92% from 255 or 30.81% from 370); Green value is 41 (16.41% from 255 or 11.08% from 370); Blue value is 215 (84.38% from 255 or 58.11% from 370); Max value from RGB is 215 - color contains mainly: blue. Hex color #7229D7 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7229D7 is #8DD628. Grayscale: #525252. Windows color (decimal): -9295401 or 14100850. OLE color: 14100850.

HSL color Cylindrical-coordinate representation of color #7229D7: hue angle of 265.17º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7229D7 is Cyan = 0.47, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11441215-
CMYK0.470.8100.16
HSL265.17º68.5%50.2%-
HSV(B)265.17º80.93%84.31%-
XYZ2010.0765.18-
YUV82.66202.68150.35-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 30.81%
GREEN value IS 41 (16.41% from 255) = 11.08%
BLUE value IS 215 (84.38% from 255) = 58.11%
R=30.81%
G=11.08%
B=58.11%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal114412150.470.8100.16265.1768.550.2
Hex7229D72F510101094532
Octal162513275712102041110562
Binary11100101010011101011110111110100010100001000010011000101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7229D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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