#5633BA

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

Shades of Purple Heart #5633BA

Tints of Purple Heart #5633BA

Color information

#5633BA (or 0x5633BA) is unknown color: approx Purple Heart. HEX triplet: 56, 33 and BA. RGB value is (86,51,186). Sum of RGB (Red+Green+Blue) = 86+51+186=323 (42% of max value = 765). Red value is 86 (33.98% from 255 or 26.63% from 323); Green value is 51 (20.31% from 255 or 15.79% from 323); Blue value is 186 (73.05% from 255 or 57.59% from 323); Max value from RGB is 186 - color contains mainly: blue. Hex color #5633BA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5633BA is #A9CC45. Grayscale: #4C4C4C. Windows color (decimal): -11127878 or 12202838. OLE color: 12202838.

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

Color convert

RGB8651186-
CMYK0.540.7300.27
HSL255.56º56.96%46.47%-
HSV(B)255.56º72.58%72.94%-
XYZ13.887.8947.25-
YUV76.85189.6134.52-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 26.63%
GREEN value IS 51 (20.31% from 255) = 15.79%
BLUE value IS 186 (73.05% from 255) = 57.59%
R=26.63%
G=15.79%
B=57.59%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal86511860.540.7300.27255.5656.9646.47
Hex5633BA364901B100392e
Octal12663272661110334007156
Binary1010110110011101110101101101001001011011100000000111001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5633BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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