#5742BB

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

Shades of Purple Heart #5742BB

Tints of Purple Heart #5742BB

Color information

#5742BB (or 0x5742BB) is unknown color: approx Purple Heart. HEX triplet: 57, 42 and BB. RGB value is (87,66,187). Sum of RGB (Red+Green+Blue) = 87+66+187=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 187 (73.44% from 255 or 55% from 340); Max value from RGB is 187 - color contains mainly: blue. Hex color #5742BB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5742BB is #A8BD44. Grayscale: #555555. Windows color (decimal): -11058501 or 12272215. OLE color: 12272215.

HSL color Cylindrical-coordinate representation of color #5742BB: hue angle of 250.41º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5742BB is Cyan = 0.53, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8766187-
CMYK0.530.6500.27
HSL250.41º47.83%49.61%-
HSV(B)250.41º64.71%73.33%-
XYZ14.859.5148.07-
YUV86.07184.96128.66-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 25.59%
GREEN value IS 66 (26.17% from 255) = 19.41%
BLUE value IS 187 (73.44% from 255) = 55%
R=25.59%
G=19.41%
B=55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87661870.530.6500.27250.4147.8349.61
Hex5742BB354101Bfa3032
Octal127102273651010333726062
Binary1010111100001010111011110101100000101101111111010110000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5742BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5742BB; }

 p { color: rgb(87,66,187); }

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

<style>
 a { background-color: #5742BB; }

 a { background-color: rgb(87,66,187); }

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

<style>
 span { border-color: #5742BB; }

 span { border-color: rgb(87,66,187); }

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