#5621b2

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

Shades of Purple Heart #5621B2

Tints of Purple Heart #5621B2

Color information

#5621B2 (or 0x5621B2) is unknown color: approx Purple Heart. HEX triplet: 56, 21 and B2. RGB value is (86,33,178). Sum of RGB (Red+Green+Blue) = 86+33+178=297 (39% of max value = 765). Red value is 86 (33.98% from 255 or 28.96% from 297); Green value is 33 (13.28% from 255 or 11.11% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #5621B2 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5621B2 is #A9DE4D. Grayscale: #404040. Windows color (decimal): -11132494 or 11673942. OLE color: 11673942.

HSL color Cylindrical-coordinate representation of color #5621B2: hue angle of 261.93º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5621B2 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8633178-
CMYK0.520.8100.30
HSL261.93º68.72%41.37%-
HSV(B)261.93º81.46%69.8%-
XYZ12.426.2842.68-
YUV65.38191.56142.71-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 28.96%
GREEN value IS 33 (13.28% from 255) = 11.11%
BLUE value IS 178 (69.92% from 255) = 59.93%
R=28.96%
G=11.11%
B=59.93%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal86331780.520.8100.30261.9368.7241.37
Hex5621B2345101E1064529
Octal126412626412103640610551
Binary10101101000011011001011010010100010111101000001101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5621b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5621b2; }

 p { color: rgb(86,33,178); }

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

<style>
 a { background-color: #5621b2; }

 a { background-color: rgb(86,33,178); }

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

<style>
 span { border-color: #5621b2; }

 span { border-color: rgb(86,33,178); }

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