#5735BA

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

Shades of Purple Heart #5735BA

Tints of Purple Heart #5735BA

Color information

#5735BA (or 0x5735BA) is unknown color: approx Purple Heart. HEX triplet: 57, 35 and BA. RGB value is (87,53,186). Sum of RGB (Red+Green+Blue) = 87+53+186=326 (43% of max value = 765). Red value is 87 (34.38% from 255 or 26.69% from 326); Green value is 53 (21.09% from 255 or 16.26% from 326); Blue value is 186 (73.05% from 255 or 57.06% from 326); Max value from RGB is 186 - color contains mainly: blue. Hex color #5735BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5735BA is #A8CA45. Grayscale: #4D4D4D. Windows color (decimal): -11061830 or 12203351. OLE color: 12203351.

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

Color convert

RGB8753186-
CMYK0.530.7200.27
HSL255.34º55.65%46.86%-
HSV(B)255.34º71.51%72.94%-
XYZ14.078.1247.28-
YUV78.33188.76134.19-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 26.69%
GREEN value IS 53 (21.09% from 255) = 16.26%
BLUE value IS 186 (73.05% from 255) = 57.06%
R=26.69%
G=16.26%
B=57.06%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal87531860.530.7200.27255.3455.6546.86
Hex5735BA354801Bff382f
Octal12765272651100333777057
Binary101011111010110111010110101100100001101111111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5735BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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