#5620A4

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

Shades of Purple Heart #5620A4

Tints of Purple Heart #5620A4

Color information

#5620A4 (or 0x5620A4) is unknown color: approx Purple Heart. HEX triplet: 56, 20 and A4. RGB value is (86,32,164). Sum of RGB (Red+Green+Blue) = 86+32+164=282 (37% of max value = 765). Red value is 86 (33.98% from 255 or 30.50% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 164 (64.45% from 255 or 58.16% from 282); Max value from RGB is 164 - color contains mainly: blue. Hex color #5620A4 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5620A4 is #A9DF5B. Grayscale: #3E3E3E. Windows color (decimal): -11132764 or 10756182. OLE color: 10756182.

HSL color Cylindrical-coordinate representation of color #5620A4: hue angle of 264.55º degrees, saturation: 0.67, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5620A4 is Cyan = 0.48, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8632164-
CMYK0.480.8000.36
HSL264.55º67.35%38.43%-
HSV(B)264.55º80.49%64.31%-
XYZ11.065.6935.64-
YUV63.19184.89144.27-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 30.50%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 164 (64.45% from 255) = 58.16%
R=30.50%
G=11.35%
B=58.16%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal86321640.480.8000.36264.5567.3538.43
Hex5620A430500241094326
Octal126402446012004441110346
Binary101011010000010100100110000101000001001001000010011000011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5620A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5620A4; }

 p { color: rgb(86,32,164); }

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

<style>
 a { background-color: #5620A4; }

 a { background-color: rgb(86,32,164); }

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

<style>
 span { border-color: #5620A4; }

 span { border-color: rgb(86,32,164); }

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