#5814AE

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

Shades of Purple Heart #5814AE

Tints of Purple Heart #5814AE

Color information

#5814AE (or 0x5814AE) is unknown color: approx Purple Heart. HEX triplet: 58, 14 and AE. RGB value is (88,20,174). Sum of RGB (Red+Green+Blue) = 88+20+174=282 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.21% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 174 (68.36% from 255 or 61.70% from 282); Max value from RGB is 174 - color contains mainly: blue. Hex color #5814AE is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5814AE is #A7EB51. Grayscale: #393939. Windows color (decimal): -11004754 or 11408472. OLE color: 11408472.

HSL color Cylindrical-coordinate representation of color #5814AE: hue angle of 266.49º degrees, saturation: 0.79, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5814AE is Cyan = 0.49, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8820174-
CMYK0.490.8900.32
HSL266.49º79.38%38.04%-
HSV(B)266.49º88.51%68.24%-
XYZ11.915.6340.5-
YUV57.89193.53149.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.21%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 174 (68.36% from 255) = 61.70%
R=31.21%
G=7.09%
B=61.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal88201740.490.8900.32266.4979.3838.04
Hex5814AE315902010a4f26
Octal130242566113104041211746
Binary10110001010010101110110001101100101000001000010101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5814AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,20,174); }

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

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

 a { background-color: rgb(88,20,174); }

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

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

 span { border-color: rgb(88,20,174); }

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