#5714B0

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

Shades of Purple Heart #5714B0

Tints of Purple Heart #5714B0

Color information

#5714B0 (or 0x5714B0) is unknown color: approx Purple Heart. HEX triplet: 57, 14 and B0. RGB value is (87,20,176). Sum of RGB (Red+Green+Blue) = 87+20+176=283 (37% of max value = 765). Red value is 87 (34.38% from 255 or 30.74% from 283); Green value is 20 (8.20% from 255 or 7.07% from 283); Blue value is 176 (69.14% from 255 or 62.19% from 283); Max value from RGB is 176 - color contains mainly: blue. Hex color #5714B0 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5714B0 is #A8EB4F. Grayscale: #393939. Windows color (decimal): -11070288 or 11539543. OLE color: 11539543.

HSL color Cylindrical-coordinate representation of color #5714B0: hue angle of 265.77º 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 #5714B0 is Cyan = 0.51, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8720176-
CMYK0.510.8900.31
HSL265.77º79.59%38.43%-
HSV(B)265.77º88.64%69.02%-
XYZ12.025.6641.53-
YUV57.82194.7148.82-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 30.74%
GREEN value IS 20 (8.20% from 255) = 7.07%
BLUE value IS 176 (69.14% from 255) = 62.19%
R=30.74%
G=7.07%
B=62.19%

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
Decimal87201760.510.8900.31265.7779.5938.43
Hex5714B0335901F10a5026
Octal127242606313103741212046
Binary1010111101001011000011001110110010111111000010101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5714B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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