#7223AE

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

Shades of Purple Heart #7223AE

Tints of Purple Heart #7223AE

Color information

#7223AE (or 0x7223AE) is unknown color: approx Purple Heart. HEX triplet: 72, 23 and AE. RGB value is (114,35,174). Sum of RGB (Red+Green+Blue) = 114+35+174=323 (42% of max value = 765). Red value is 114 (44.92% from 255 or 35.29% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 174 (68.36% from 255 or 53.87% from 323); Max value from RGB is 174 - color contains mainly: blue. Hex color #7223AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7223AE is #8DDC51. Grayscale: #494949. Windows color (decimal): -9296978 or 11412338. OLE color: 11412338.

HSL color Cylindrical-coordinate representation of color #7223AE: hue angle of 274.1º degrees, saturation: 0.67, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #7223AE is Cyan = 0.34, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11435174-
CMYK0.340.8000.32
HSL274.1º66.51%40.98%-
HSV(B)274.1º79.89%68.24%-
XYZ15.187.8440.76-
YUV74.47184.17156.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 35.29%
GREEN value IS 35 (14.06% from 255) = 10.84%
BLUE value IS 174 (68.36% from 255) = 53.87%
R=35.29%
G=10.84%
B=53.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal114351740.340.8000.32274.166.5140.98
Hex7223AE22500201124329
Octal162432564212004042210351
Binary111001010001110101110100010101000001000001000100101000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7223AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7223AE; }

 p { color: rgb(114,35,174); }

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

<style>
 a { background-color: #7223AE; }

 a { background-color: rgb(114,35,174); }

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

<style>
 span { border-color: #7223AE; }

 span { border-color: rgb(114,35,174); }

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