#7423AE

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

Shades of Purple Heart #7423AE

Tints of Purple Heart #7423AE

Color information

#7423AE (or 0x7423AE) is unknown color: approx Purple Heart. HEX triplet: 74, 23 and AE. RGB value is (116,35,174). Sum of RGB (Red+Green+Blue) = 116+35+174=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 35 (14.06% from 255 or 10.77% from 325); Blue value is 174 (68.36% from 255 or 53.54% from 325); Max value from RGB is 174 - color contains mainly: blue. Hex color #7423AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #7423AE is #8BDC51. Grayscale: #4A4A4A. Windows color (decimal): -9165906 or 11412340. OLE color: 11412340.

HSL color Cylindrical-coordinate representation of color #7423AE: hue angle of 274.96º 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 #7423AE is Cyan = 0.33, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB11635174-
CMYK0.330.8000.32
HSL274.96º66.51%40.98%-
HSV(B)274.96º79.89%68.24%-
XYZ15.447.9740.77-
YUV75.06183.84157.2-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.69%
GREEN value IS 35 (14.06% from 255) = 10.77%
BLUE value IS 174 (68.36% from 255) = 53.54%
R=35.69%
G=10.77%
B=53.54%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal116351740.330.8000.32274.9666.5140.98
Hex7423AE21500201134329
Octal164432564112004042310351
Binary111010010001110101110100001101000001000001000100111000011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7423AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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