#5621A6

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

Shades of Purple Heart #5621A6

Tints of Purple Heart #5621A6

Color information

#5621A6 (or 0x5621A6) is unknown color: approx Purple Heart. HEX triplet: 56, 21 and A6. RGB value is (86,33,166). Sum of RGB (Red+Green+Blue) = 86+33+166=285 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.18% from 285); Green value is 33 (13.28% from 255 or 11.58% from 285); Blue value is 166 (65.23% from 255 or 58.25% from 285); Max value from RGB is 166 - color contains mainly: blue. Hex color #5621A6 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5621A6 is #A9DE59. Grayscale: #3F3F3F. Windows color (decimal): -11132506 or 10887510. OLE color: 10887510.

HSL color Cylindrical-coordinate representation of color #5621A6: hue angle of 263.91º degrees, saturation: 0.67, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5621A6 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB8633166-
CMYK0.480.8000.35
HSL263.91º66.83%39.02%-
HSV(B)263.91º80.12%65.1%-
XYZ11.265.8236.61-
YUV64.01185.56143.69-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.18%
GREEN value IS 33 (13.28% from 255) = 11.58%
BLUE value IS 166 (65.23% from 255) = 58.25%
R=30.18%
G=11.58%
B=58.25%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal86331660.480.8000.35263.9166.8339.02
Hex5621A630500231084327
Octal126412466012004341010347
Binary101011010000110100110110000101000001000111000010001000011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5621A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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