#5614B0

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

Shades of Purple Heart #5614B0

Tints of Purple Heart #5614B0

Color information

#5614B0 (or 0x5614B0) is unknown color: approx Purple Heart. HEX triplet: 56, 14 and B0. RGB value is (86,20,176). Sum of RGB (Red+Green+Blue) = 86+20+176=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 20 (8.20% from 255 or 7.09% from 282); Blue value is 176 (69.14% from 255 or 62.41% from 282); Max value from RGB is 176 - color contains mainly: blue. Hex color #5614B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5614B0 is #A9EB4F. Grayscale: #383838. Windows color (decimal): -11135824 or 11539542. OLE color: 11539542.

HSL color Cylindrical-coordinate representation of color #5614B0: hue angle of 265.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5614B0 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8620176-
CMYK0.510.8900.31
HSL265.38º79.59%38.43%-
HSV(B)265.38º88.64%69.02%-
XYZ11.925.6141.53-
YUV57.52194.87148.32-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 20 (8.20% from 255) = 7.09%
BLUE value IS 176 (69.14% from 255) = 62.41%
R=30.50%
G=7.09%
B=62.41%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86201760.510.8900.31265.3879.5938.43
Hex5614B0335901F1095026
Octal126242606313103741112046
Binary1010110101001011000011001110110010111111000010011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5614B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5614B0; }

 p { color: rgb(86,20,176); }

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

<style>
 a { background-color: #5614B0; }

 a { background-color: rgb(86,20,176); }

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

<style>
 span { border-color: #5614B0; }

 span { border-color: rgb(86,20,176); }

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