#5814be

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

Shades of Purple Heart #5814BE

Tints of Purple Heart #5814BE

Color information

#5814BE (or 0x5814BE) is unknown color: approx Purple Heart. HEX triplet: 58, 14 and BE. RGB value is (88,20,190). Sum of RGB (Red+Green+Blue) = 88+20+190=298 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.53% from 298); Green value is 20 (8.20% from 255 or 6.71% from 298); Blue value is 190 (74.61% from 255 or 63.76% from 298); Max value from RGB is 190 - color contains mainly: blue. Hex color #5814BE is not a web safe color. Web safe color analog (approx): #6600CC. Inversed color of #5814BE is #A7EB41. Grayscale: #3B3B3B. Windows color (decimal): -11004738 or 12457048. OLE color: 12457048.

HSL color Cylindrical-coordinate representation of color #5814BE: hue angle of 264º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5814BE is Cyan = 0.54, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8820190-
CMYK0.540.8900.25
HSL264º80.95%41.18%-
HSV(B)264º89.47%74.51%-
XYZ13.576.2949.21-
YUV59.71201.53148.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 29.53%
GREEN value IS 20 (8.20% from 255) = 6.71%
BLUE value IS 190 (74.61% from 255) = 63.76%
R=29.53%
G=6.71%
B=63.76%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal88201900.540.8900.2526480.9541.18
Hex5814BE36590191085129
Octal130242766613103141012151
Binary1011000101001011111011011010110010110011000010001010001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5814be

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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