#5635BA

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

Shades of Purple Heart #5635BA

Tints of Purple Heart #5635BA

Color information

#5635BA (or 0x5635BA) is unknown color: approx Purple Heart. HEX triplet: 56, 35 and BA. RGB value is (86,53,186). Sum of RGB (Red+Green+Blue) = 86+53+186=325 (43% of max value = 765). Red value is 86 (33.98% from 255 or 26.46% from 325); Green value is 53 (21.09% from 255 or 16.31% from 325); Blue value is 186 (73.05% from 255 or 57.23% from 325); Max value from RGB is 186 - color contains mainly: blue. Hex color #5635BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5635BA is #A9CA45. Grayscale: #4D4D4D. Windows color (decimal): -11127366 or 12203350. OLE color: 12203350.

HSL color Cylindrical-coordinate representation of color #5635BA: hue angle of 254.89º 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 #5635BA is Cyan = 0.54, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8653186-
CMYK0.540.7200.27
HSL254.89º55.65%46.86%-
HSV(B)254.89º71.51%72.94%-
XYZ13.978.0747.28-
YUV78.03188.93133.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.46%
GREEN value IS 53 (21.09% from 255) = 16.31%
BLUE value IS 186 (73.05% from 255) = 57.23%
R=26.46%
G=16.31%
B=57.23%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86531860.540.7200.27254.8955.6546.86
Hex5635BA364801Bff382f
Octal12665272661100333777057
Binary101011011010110111010110110100100001101111111111111000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5635BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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