#7217B4

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

Shades of Purple Heart #7217B4

Tints of Purple Heart #7217B4

Color information

#7217B4 (or 0x7217B4) is unknown color: approx Purple Heart. HEX triplet: 72, 17 and B4. RGB value is (114,23,180). Sum of RGB (Red+Green+Blue) = 114+23+180=317 (41% of max value = 765). Red value is 114 (44.92% from 255 or 35.96% from 317); Green value is 23 (9.38% from 255 or 7.26% from 317); Blue value is 180 (70.70% from 255 or 56.78% from 317); Max value from RGB is 180 - color contains mainly: blue. Hex color #7217B4 is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #7217B4 is #8DE84B. Grayscale: #434343. Windows color (decimal): -9300044 or 11802482. OLE color: 11802482.

HSL color Cylindrical-coordinate representation of color #7217B4: hue angle of 274.78º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7217B4 is Cyan = 0.37, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB11423180-
CMYK0.370.8700.29
HSL274.78º77.34%39.8%-
HSV(B)274.78º87.22%70.59%-
XYZ15.487.4943.81-
YUV68.11191.15160.73-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.96%
GREEN value IS 23 (9.38% from 255) = 7.26%
BLUE value IS 180 (70.70% from 255) = 56.78%
R=35.96%
G=7.26%
B=56.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal114231800.370.8700.29274.7877.3439.8
Hex7217B4255701D1134d28
Octal162272644512703542311550
Binary1110010101111011010010010110101110111011000100111001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7217B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7217B4; }

 p { color: rgb(114,23,180); }

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

<style>
 a { background-color: #7217B4; }

 a { background-color: rgb(114,23,180); }

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

<style>
 span { border-color: #7217B4; }

 span { border-color: rgb(114,23,180); }

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