#5733BA

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

Shades of Purple Heart #5733BA

Tints of Purple Heart #5733BA

Color information

#5733BA (or 0x5733BA) is unknown color: approx Purple Heart. HEX triplet: 57, 33 and BA. RGB value is (87,51,186). Sum of RGB (Red+Green+Blue) = 87+51+186=324 (42% of max value = 765). Red value is 87 (34.38% from 255 or 26.85% from 324); Green value is 51 (20.31% from 255 or 15.74% from 324); Blue value is 186 (73.05% from 255 or 57.41% from 324); Max value from RGB is 186 - color contains mainly: blue. Hex color #5733BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5733BA is #A8CC45. Grayscale: #4C4C4C. Windows color (decimal): -11062342 or 12202839. OLE color: 12202839.

HSL color Cylindrical-coordinate representation of color #5733BA: hue angle of 256º degrees, saturation: 0.57, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5733BA is Cyan = 0.53, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8751186-
CMYK0.530.7300.27
HSL256º56.96%46.47%-
HSV(B)256º72.58%72.94%-
XYZ13.987.9447.25-
YUV77.15189.43135.02-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.85%
GREEN value IS 51 (20.31% from 255) = 15.74%
BLUE value IS 186 (73.05% from 255) = 57.41%
R=26.85%
G=15.74%
B=57.41%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87511860.530.7300.2725656.9646.47
Hex5733BA354901B100392e
Octal12763272651110334007156
Binary1010111110011101110101101011001001011011100000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5733BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5733BA; }

 p { color: rgb(87,51,186); }

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

<style>
 a { background-color: #5733BA; }

 a { background-color: rgb(87,51,186); }

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

<style>
 span { border-color: #5733BA; }

 span { border-color: rgb(87,51,186); }

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