#5636B1

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

Shades of Purple Heart #5636B1

Tints of Purple Heart #5636B1

Color information

#5636B1 (or 0x5636B1) is unknown color: approx Purple Heart. HEX triplet: 56, 36 and B1. RGB value is (86,54,177). Sum of RGB (Red+Green+Blue) = 86+54+177=317 (41% of max value = 765). Red value is 86 (33.98% from 255 or 27.13% from 317); Green value is 54 (21.48% from 255 or 17.03% from 317); Blue value is 177 (69.53% from 255 or 55.84% from 317); Max value from RGB is 177 - color contains mainly: blue. Hex color #5636B1 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5636B1 is #A9C94E. Grayscale: #4D4D4D. Windows color (decimal): -11127119 or 11613782. OLE color: 11613782.

HSL color Cylindrical-coordinate representation of color #5636B1: hue angle of 255.61º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5636B1 is Cyan = 0.51, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8654177-
CMYK0.510.6900.31
HSL255.61º53.25%45.29%-
HSV(B)255.61º69.49%69.41%-
XYZ13.097.7942.41-
YUV77.59184.1134-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 27.13%
GREEN value IS 54 (21.48% from 255) = 17.03%
BLUE value IS 177 (69.53% from 255) = 55.84%
R=27.13%
G=17.03%
B=55.84%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal86541770.510.6900.31255.6153.2545.29
Hex5636B1334501F100352d
Octal12666261631050374006555
Binary1010110110110101100011100111000101011111100000000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5636B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5636B1; }

 p { color: rgb(86,54,177); }

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

<style>
 a { background-color: #5636B1; }

 a { background-color: rgb(86,54,177); }

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

<style>
 span { border-color: #5636B1; }

 span { border-color: rgb(86,54,177); }

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