#7224BD

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

Shades of Purple Heart #7224BD

Tints of Purple Heart #7224BD

Color information

#7224BD (or 0x7224BD) is unknown color: approx Purple Heart. HEX triplet: 72, 24 and BD. RGB value is (114,36,189). Sum of RGB (Red+Green+Blue) = 114+36+189=339 (44% of max value = 765). Red value is 114 (44.92% from 255 or 33.63% from 339); Green value is 36 (14.45% from 255 or 10.62% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #7224BD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7224BD is #8DDB42. Grayscale: #4C4C4C. Windows color (decimal): -9296707 or 12395634. OLE color: 12395634.

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

Color convert

RGB11436189-
CMYK0.400.8100.26
HSL270.59º68%44.12%-
HSV(B)270.59º80.95%74.12%-
XYZ16.768.5148.9-
YUV76.76191.34154.56-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 33.63%
GREEN value IS 36 (14.45% from 255) = 10.62%
BLUE value IS 189 (74.22% from 255) = 55.75%
R=33.63%
G=10.62%
B=55.75%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal114361890.400.8100.26270.596844.12
Hex7224BD285101A10f442c
Octal162442755012103241710454
Binary11100101001001011110110100010100010110101000011111000100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7224BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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